Skip to content

Releases: clesav/yasimavr

v0.1.2

04 Oct 20:07
028db66
Compare
Choose a tag to compare

What's Changed

Added support for bootloaders and self-programming features :

  • Adding NVM section access control by @clesav in #74
  • Support for interrupt vector table advance features by @clesav in #75
  • XT architecture : Added support for BOOTLOCK & APCWP by @clesav in #78
  • AVR architecture : added support for lockbit by @clesav in #79
  • AVR architecture : added SPM peripheral model by @clesav in #81

Others:

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Feb 19:28
ede16ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1...v0.1.1

v0.1

12 Dec 20:18
bf7b388
Compare
Choose a tag to compare

What's Changed

  • CLI: pretty print for model list
  • Change FW areas to enum
  • Sphinx doc generation
  • Adding python 12 to Windows build
  • Automatic testing using pytest
  • Firmware & NVM rework
  • Pin API rework
  • GPIO Port model correction
  • Readme correction

v0.0.4

05 Oct 19:25
Compare
Choose a tag to compare

What's Changed

Build:

  • Added delvewheel repair step to the build process on Windows, to deploy the DLL dependencies with the extension modules
    C++ library :
  • Comment rework to be Doxygen-readable and addition of Doxyfile
    Bindings :
  • Added comparison operators to reg_addr_t binding
    Device configurations :
  • Added TWI model and configuration for atmega48/88/168/328
  • Added SPI model and configuration for atmega48/88/168/328

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Sep 14:14
Compare
Choose a tag to compare
Update version