Files
embedded-rs/CHANGELOG.md
Jorge Aparicio 8aa495ac66 v0.1.4
2017-05-13 15:18:50 -05:00

1.2 KiB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

v0.1.4 - 2017-05-13

Added

  • A dependencies section to the documentation

Changed

  • Extend troubleshooting section

v0.1.3 - 2017-05-13

Added

  • A troubleshooting section to the documentation

Changed

  • Bumped the cortex-m crate version to v0.2.6

v0.1.2 - 2017-05-07

Fixed

  • .gdbinit: jump to reset handler after loading the program.

v0.1.1 - 2017-04-27

Changed

  • Bumped the version of the cortex-m-rt dependency to v0.2.0. NOTE that the instantiation steps have slightly changed, the memory.x file changed, because of this.

v0.1.0 - 2017-04-25

  • Initial release