Skip to content

Latest commit

 

History

History
148 lines (77 loc) · 4.51 KB

File metadata and controls

148 lines (77 loc) · 4.51 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.

[Unreleased]

0.16.4 - 2026-05-12

Other

  • updated the following local packages: atsamd-hal

0.16.3 - 2026-03-02

Other

  • updated the following local packages: atsamd-hal

0.16.2 - 2026-02-20

Other

  • updated the following local packages: atsamd-hal

0.16.1 - 2025-12-29

Other

  • updated the following local packages: atsamd-hal

0.16.0 - 2025-11-19

Changed

  • [breaking] Gate undocumented chip features behind the undoc-features Cargo feature (#956)

0.15.2 - 2025-06-26

Other

  • updated the following local packages: atsamd-hal

0.15.1 - 2025-06-22

Other

  • updated the following local packages: atsamd-hal

0.15.0 - 2025-05-08

Added

  • Refactor IoSet trait using sorted HList

Removed

  • Removed neopixel examples (#814)

Other

  • updated the following local packages: atsamd-hal

0.14.4 - 2025-05-07

Other

  • updated the following local packages: atsamd-hal

0.14.3 - 2025-04-22

Other

  • updated the following local packages: atsamd-hal

0.14.2 - 2025-04-12

Other

  • updated the following local packages: atsamd-hal

0.14.1 - 2025-01-31

Dependencies

  • (pygamer) Upgrade some pygamer BSP dependencies (#815)

Examples

  • Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)

0.14.0 - 2025-01-13

Other

  • updated the following local packages: atsamd-hal

0.13.1 - 2024-12-11

Examples

  • (pygamer) Restore neopixel examples using SPI driver

0.13.0 - 2024-11-28

Added

  • [breaking] Add async support for many peripherals (#635)

0.12.0 - 2024-11-17

Other

  • (pygamer) [breaking] Upgrade pygamer BSP display driver and graphics dependencies (#777)

0.11.0 - 2024-10-30

Other

  • (pygamer) [breaking] Update pygamer HAL dependency to 0.18 and promote to Tier 1 status (#766)

0.10.0 - 2024-10-17

Refactored

  • update path of Cargo config (#749)
  • Remove build profiles from Cargo.toml (#762)

Removed

  • **[breaking]**Temporary removal of neopixel support and examples (which are currently unreliable) (#750)

Dependencies

  • [breaking] Update HAL dependency to 0.17 (#750)

v0.9.0

  • update to atsamd-hal-0.14 and other latest dependencies (#564)
  • remove extraneous embedded-hal dependencies from BSPs
  • move usbd-x crates used only in examples to [dev-dependencies]
  • removed unnecessary dependency on nb (#510)

Changelog tracking started at v0.8.0