mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Support RP2040 PAC v0.5 in rtic-monotonics
This commit is contained in:
parent
0228350ef4
commit
5b2d722446
3 changed files with 5 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
### Added
|
||||
|
||||
- RP2040 PAC 0.5 support
|
||||
- nRF52xxx, nRF9160, nRF5340 Timer and RTC monotonics
|
||||
- Interrupt tokens for `Systick` and `rp2040` to make sure an interrupt handler exists
|
||||
|
||||
|
|
@ -17,6 +18,6 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
### Fixed
|
||||
|
||||
- Unmask the `rp2040` interrupt
|
||||
- Use `$crate` and fully qualified paths in macros
|
||||
- Use `$crate` and fully qualified paths in macros
|
||||
|
||||
## [v1.0.0] - 2023-05-31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue