Skip to content

Releases: brainelectronics/micropython-winbond

0.4.0-rc2.dev4

24 Mar 13:56
4a23702
Compare
Choose a tag to compare
0.4.0-rc2.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

0.3.0

03 Nov 13:01
b60b85f
Compare
Choose a tag to compare

Added

Changed

  • Version is specified by version.py and autogenerated on each deploy.

Fixed

  • All uncovered flake8 warnings of winbond

0.2.0

21 Feb 18:53
12fb7be
Compare
Choose a tag to compare

Added

Changed

  • Moved winbond.py into folder named winbond
  • Update README usage description of micropython lib deploy to [PyPi][ref-pypi]
  • Renamed test_winbond.py to usage_example.py

0.1.0

17 Feb 14:30
73bd3d4
Compare
Choose a tag to compare

Added