2.4 KiB
2.4 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased
v0.2.0 - 2017-07-07
Changed
- [breaking-change] Bumped the cortex-m and cortex-m-rt versions to v0.3.0.
v0.1.8 - 2017-05-30
Changed
- Bumped the cortex-m-rt dependency to v0.2.3, and documented the
_stextsymbol (see memory.x).
v0.1.7 - 2017-05-27
Added
- Documentation and an example about how to use the heap and a dynamic memory allocator.
Changed
- Bumped the
cortex-m-rtdependency to v0.2.2 - Bumped the
cortex-mdependency to v0.2.7
v0.1.6 - 2017-05-26
Added
- Set the default runner in .cargo/config to
arm-none-eabi-gdb. Nowxargo runwill build the program and start a debug session.
v0.1.5 - 2017-05-16
Added
- A warning about using CARGO_INCREMENTAL to the how to use and the troubleshooting sections.
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-rtdependency to v0.2.0. NOTE that the instantiation steps have slightly changed, thememory.xfile changed, because of this.
v0.1.0 - 2017-04-25
- Initial release