atsamd
atsamd copied to clipboard
Target atsamd microcontrollers using Rust
# Summary Updates PAC references for the `pygamer` BSP, which was necessary due to [#576](https://github.com/atsamd-rs/atsamd/pull/756). # Checklist - [x] `CHANGELOG.md` for the BSP or HAL updated - [x] All new...
## 🤖 New release * `atsamd-hal`: 0.18.0 -> 0.18.1 (✓ API compatible changes) * `atsamd-hal-macros`: 0.2.0 -> 0.2.1 * `atsame54_xpro`: 0.8.0 -> 0.8.1 * `feather_m0`: 0.15.0 -> 0.15.1 * `feather_m4`:...
# Summary I noticed that there were a few mistakes in the public API of the `dmac` module. Some things were missing, and some others were publicly exposed when they...
Hi, I'm new here. I'm working on a game targeting the PyGamer, which has a nice BSP here. Being a game, using async Rust is extremely valuable for me, and...
# Summary I bumped the dependency version up again.
As we gain more BSPs and examples in them, the maintenance burden is growing and my feeling is that this distracts from HAL development which is probably more valuable. This...
# Summary I added a new async example for External Interrupt Controller. # Checklist - [x] All new or modified code is well documented, especially public items - [x] No...
## 🤖 New release * `atsamd-hal`: 0.22.0 -> 0.22.1 (✓ API compatible changes) * `grand_central_m4`: 0.8.2 -> 0.9.0 (✓ API compatible changes) * `atsame54_xpro`: 0.12.0 -> 0.12.1 * `feather_m0`: 0.19.0...
# Summary Finally, this was long overdue! # Checklist - [ ] All new or modified code is well documented, especially public items - [ ] No new warnings or...
# Summary These changes implement the [embassy-time-driver](https://crates.io/crates/embassy-time-driver) interface, used by Embassy for scheduling and a prerequisite for the Embassy runtime. These changes are confined to the `embassy-time` feature. I have...