aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Braham <jessebraham@users.noreply.github.com>2024-11-27 11:04:14 -0800
committerGitHub <noreply@github.com>2024-11-27 19:04:14 +0000
commit8678d424fd17596b6f6bc89815d2daa1be39c4d6 (patch)
tree6defdc20cd54fc39d740fcf0833d79e635e73c53 /rtic-macros/CHANGELOG.md
parented026cc4a319ead48b0519b0e01f09f695498e5c (diff)
Do not limit async priority with `NVIC_PRIO_BITS` when targeting ESP32-C3 (#996)
* Remove reference to `NVIC_PRIO_BITS` for ESP32-C3 codegen bindings * Update `CHANGELOG.md`
Diffstat (limited to 'rtic-macros/CHANGELOG.md')
-rw-r--r--rtic-macros/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-macros/CHANGELOG.md b/rtic-macros/CHANGELOG.md
index dd9dcea..0f98583 100644
--- a/rtic-macros/CHANGELOG.md
+++ b/rtic-macros/CHANGELOG.md
@@ -17,6 +17,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Fixed
- Fix interrupt handlers when targeting esp32c3 and using latest version of esp-hal
+- Do not limit async priority with `NVIC_PRIO_BITS` when targeting esp32c3
## [v2.1.0] - 2024-02-27