All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-08-22
- Use
core::ptr::addr_of_mut!
for static variables instead of&mut
. (tx for #3 @pazmank!) - Update to semihosting to new
cortex_m_log
crate layout.
0.2.1 - 2022-10-17
- Update
cortex-m
to0.7.6
- Update
stm32h7xx-hal
to0.13.0
- Update
heapless
to0.7.16
- Update
panic-semihosting
to0.6.0
0.2.0 - 2022-07-02
- Panic at start due to
cortex-m-rt = 0.7.x
memory layout changes. (Ref: rust-embedded/cortex-m #426)
- Update
cortex-m
to0.7.5
- Update
cortex-m-rt
to0.7.1
- Update
cortex-m-semihosting
to0.5.0
- Update
stm32h7xx-hal
to0.12.2
- Update
smoltcp
to0.8.1
- Update
defmt
to0.3.2
- Update
defmt-rtt
to0.3.2
- Update
defmt-test
to0.3.0
- Update
panic-probe
to0.3.0
0.1.2 - 2021-12-01
- New Board method which takes a user-provided function to configure CCDR:
freeze_clocks_with()
0.1.1 - 2021-04-01
- Changed license to MIT
0.1.0 - 2021-03-30
- Initial release
- Supported features are:
- Default clock configuration @ 480 MHz
- User LED's
- Ethernet