aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-08-08 10:45:19 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-08-08 10:00:20 +0000
commit5b2d72244681effaa0c67d611d6376a6e95987ba (patch)
treeae076b6abcc79b7cfeb456c3f652d87d111b071a /rtic-monotonics/CHANGELOG.md
parent0228350ef4758c45623e325c41116720bbc2b30a (diff)
Support RP2040 PAC v0.5 in `rtic-monotonics`
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 46aeb7e..33fd2e9 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -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