Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.25 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.

Added

  • Added info::CORE to get the CPU core at compile time.
  • Added info::core() to get the CPU core at runtime.
  • Added a flash module with erase and program functionality.

0.2.1 - 2021-11-20

Fixed

  • Fixed timeouts after calling SubGhz::set_sleep.

0.2.0 - 2021-11-11

Added

  • Added two board support crates
    • nucleo-wl55jc-bsp
    • lora-e5-bsp

Changed

  • Crate ownership changed from tweedegolf to stm32-rs.
    • Thank you tweedegolf for the initial development effort!
  • Sweeping changes throughout the entire crate, nothing is the same.

0.1.0 - 2021-03-26