We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7a8c8 commit 1ad665aCopy full SHA for 1ad665a
CHANGELOG.md
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
- `SCB` gained methods to set and get the priority of system handlers like
21
SVCall and SysTick.
22
23
+- `NVIC` gained *static* methods, `pend` and `unpend`, to set and clear the
24
+ pending state of interrupts.
25
+
26
+### Changed
27
28
+- The `NVIC.{clear,set}_pending` methods have been deprecated in favor of
29
+ `NVIC::{,un}pend`.
30
31
## [v0.5.7] - 2018-09-06
32
33
### Added
0 commit comments