Skip to content

Releases: brainelectronics/micropython-winbond

0.5.4

30 May 18:16
43e025d
Compare
Choose a tag to compare

Fixed

  • sleep changed to microsecond sleep to speed up flashing

0.5.3

30 May 09:55
f2641b5
Compare
Choose a tag to compare

Fixed

  • fixed string formatting for compatibility with micropython

0.5.2

16 Nov 16:39
1838d2e
Compare
Choose a tag to compare

Fixed

  • await function no longer caught in loop and has timeout of 2 seconds
  • writeblocks no longer fails for invalid block lengths
  • packages no longer raises exception but prints warning if memory is untested

0.5.1

16 Jun 09:43
d3a3c1e
Compare
Choose a tag to compare

Fixed

  • Return type of manufacturer and device property fixed to be integers instead of strings, see #6
  • Better example string for the create file example in main.py

0.5.1-rc6.dev7

16 Jun 09:40
878b38f
Compare
Choose a tag to compare
0.5.1-rc6.dev7 Pre-release
Pre-release

Fixed

  • Return type of manufacturer and device property fixed to be integers instead of strings, see #6
  • Better example string for the create file example in main.py

0.5.0

14 Jun 20:19
fb38755
Compare
Choose a tag to compare

Added

  • Properties for manufacturer, mem_type, device, capacity
  • BE-ESP32-01 specific pin and SPI definition in boot.py
  • Validate package.json file with every test workflow run but without version validation

Removed

  • Verbose print statements

0.5.0-rc5.dev5

14 Jun 20:17
e58e0a1
Compare
Choose a tag to compare
0.5.0-rc5.dev5 Pre-release
Pre-release

Added

  • Properties for manufacturer, mem_type, device, capacity
  • BE-ESP32-01 specific pin and SPI definition in boot.py
  • Validate package.json file with every test workflow run but without version validation

Removed

  • Verbose print statements

0.5.0-rc4.dev5

14 Jun 20:15
5becd3d
Compare
Choose a tag to compare
0.5.0-rc4.dev5 Pre-release
Pre-release

Added

  • Properties for manufacturer, mem_type, device, capacity
  • BE-ESP32-01 specific pin and SPI definition in boot.py
  • Validate package.json file with every test workflow run but without version validation

Removed

  • Verbose print statements

0.4.0

24 Mar 14:28
2f02a37
Compare
Choose a tag to compare

Added

  • package.json for mip installation with MicroPython v1.19.1 or newer
  • Instructions for installation with mip on MicroPython v1.19.1 or newer in README
  • .editorconfig for common editor settings
  • .readthedocs.yaml definition file for ReadTheDocs
  • docs folder containing example files and configurations
  • .yamllint to lint all used YAML files
  • yamllint package to the requirements-test.txt file
  • Run YAML linter on test workflow
  • Create release candidate tag on PRs and release tags on merges to main branch

Removed

  • No longer used update_version.py file removed from flake8 exclude list

Fixed

  • Path to docs/conf.py in flake8 file
  • Fixed uncovered YAML syntax issues in all workflow files
  • Removed unused files from .gitignore file
  • Doc string and typing hints for Winbond init function

0.4.0-rc3.dev4

24 Mar 14:12
ea0df1c
Compare
Choose a tag to compare
0.4.0-rc3.dev4 Pre-release
Pre-release

Added

  • package.json for mip installation with MicroPython v1.19.1 or newer
  • Instructions for installation with mip on MicroPython v1.19.1 or newer in README
  • .editorconfig for common editor settings
  • .readthedocs.yaml definition file for ReadTheDocs
  • docs folder containing example files and configurations
  • .yamllint to lint all used YAML files
  • yamllint package to the requirements-test.txt file
  • Run YAML linter on test workflow
  • Create release candidate tag on PRs and release tags on merges to main branch

Removed

  • No longer used update_version.py file removed from flake8 exclude list

Fixed

  • Path to docs/conf.py in flake8 file
  • Fixed uncovered YAML syntax issues in all workflow files
  • Removed unused files from .gitignore file
  • Doc string and typing hints for Winbond init function