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 1f2c3eb commit 99cf0fbCopy full SHA for 99cf0fb
CHANGELOG.md
@@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- New assembly methods `asm::semihosting_syscall`, `asm::bootstrap`, and
13
`asm::bootload`.
14
15
+### Changed
16
+
17
+- `msp::write` has been deprecated in favor of `asm::bootstrap`. It was not
18
+ possible to use `msp::write` without causing Undefined Behavior, so all
19
+ existing users are encouraged to migrate.
20
21
## [v0.7.0] - 2020-11-09
22
23
### Added
0 commit comments