Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2 KB

CHANGELOG.md

File metadata and controls

65 lines (50 loc) · 2 KB

Changelog

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

Fixed

  • 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

Changed

  • Update cortex-m to 0.7.6
  • Update stm32h7xx-hal to 0.13.0
  • Update heapless to 0.7.16
  • Update panic-semihosting to 0.6.0

0.2.0 - 2022-07-02

Fixed

Changed

  • Update cortex-m to 0.7.5
  • Update cortex-m-rt to 0.7.1
  • Update cortex-m-semihosting to 0.5.0
  • Update stm32h7xx-hal to 0.12.2
  • Update smoltcp to 0.8.1
  • Update defmt to 0.3.2
  • Update defmt-rtt to 0.3.2
  • Update defmt-test to 0.3.0
  • Update panic-probe to 0.3.0

0.1.2 - 2021-12-01

Added

  • New Board method which takes a user-provided function to configure CCDR: freeze_clocks_with()

0.1.1 - 2021-04-01

Changed

  • Changed license to MIT

0.1.0 - 2021-03-30

Added

  • Initial release
  • Supported features are:
    • Default clock configuration @ 480 MHz
    • User LED's
    • Ethernet