diff options
| author | Jorge Iglesias Garcia <44316552+jorgeig-space@users.noreply.github.com> | 2021-08-27 11:55:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 11:55:20 +0800 |
| commit | 58c2b6c829ece84bf66b2c9dbbf42c7249201d2e (patch) | |
| tree | 8a2b28f135f42c6ba27989e1f06a656d0e7a16a0 /README.md | |
| parent | 2457af1612068ba1ba8002fc4f8c254bd4a55022 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,9 +52,9 @@ Formerly known as Real-Time For the Masses. - Applications must be written using the 2018 edition. -### `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x +### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x -`cortex-m` 0.7 started using trait `InterruptNumber` for interrupts instead of `Nr` from `bare-metal`. In order to preserve backwards compatibility, RTIC 0.5.x will keep using `cortex-m` 0.6 by default. `cortex-m` 0.7 can be enabled using the feature `cortex-m-7` and disabling default features, e.g. on your `Cargo.toml`: +The crate `cortex-m` 0.7 started using trait `InterruptNumber` for interrupts instead of `Nr` from `bare-metal`. In order to preserve backwards compatibility, RTIC 0.5.x will keep using `cortex-m` 0.6 by default. `cortex-m` 0.7 can be enabled using the feature `cortex-m-7` and disabling default features: ``` cortex-m-rtic = { version = "0.5.8", default-features = false, features = ["cortex-m-7"] } |
