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.20.3 - 2026-03-02
- updated the following local packages: atsamd-hal
0.20.2 - 2026-02-20
- updated the following local packages: atsamd-hal
0.20.1 - 2025-12-29
- updated the following local packages: atsamd-hal
0.20.0 - 2025-11-19
- updated the following local packages: atsamd-hal
0.19.2 - 2025-06-26
- updated the following local packages: atsamd-hal
0.19.1 - 2025-06-22
- updated the following local packages: atsamd-hal
0.19.0 - 2025-05-08
- updated the following local packages: atsamd-hal
0.18.4 - 2025-05-07
- updated the following local packages: atsamd-hal
0.18.3 - 2025-04-22
- updated the following local packages: atsamd-hal
0.18.2 - 2025-04-12
- updated the following local packages: atsamd-hal
0.18.1 - 2025-01-31
- Updates all Tier 1 BSP examples to use RTIC v2 and the RTC monotonic where applicable (#817)
0.18.0 - 2025-01-13
- updated the following local packages: atsamd-hal
0.17.1 - 2024-12-11
- updated the following local packages: atsamd-hal
0.17.0 - 2024-11-28
- [breaking] Add async support for many peripherals (#635)
- Refactor common code, use channels
0.16.0 - 2024-11-17
- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs (#772)
- Update HAL dependency to
0.19
0.15.1 - 2024-10-25
- updated the following local packages: atsamd-hal
0.15.0 - 2024-10-17
- Added 'winc' feature for Feather with a WINC1500 Wifi chip (#736)
- [breaking] Upgrade PAC generated code to latest SVD and
svd2rust-0.34.1#756: - Update HAL dependency to
0.18
- Implement
embedded-hal1.0for GPIO, SPI, I2C, UART and fix examples - Update the PACs to svd2rust 0.30.2.
- Replace homebrew time library with
fugit(#672)
- Update to
atsamd-halversion0.15.1 - Update .cargo/config
- Update
lib.rsand examples to reflect removal ofv1APIs and promotion ofv2APIs - Update
i2c_masterconvenience function to use the newsercom::v2::i2cAPI - Add an
i2cexample - Make use of
bsp_peripherals,periph_aliasandpin_aliasmacros - Updated to 2021 edition, updated dependencies, removed unused dependencies (#562)
- remove extraneous
embedded-haldependencies from BSPs - cleanup
cortex_mdependency
- move
usbd-xcrates used only in examples to[dev-dependencies] - removed unnecessary dependency on
nbandpanic_rtt(#510) - Bump
cortex-m/cortex-m-rtdependencies to fix a build issue
- Update to use refactored SPI module (#467)
-
Bump dependencies
rtic-monotonicto0.1.0-rc.1andcortex-m-rticto0.6.0-rc.2. -
Change Cargo feature resolver to
resolver = "2"
Changelog tracking started at v0.10.0