mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge pull request #520 from jorgeig-space/cortex-m-7-doctext
Update rust-doc text on lib.rs to document `cortex-m-7` feature
This commit is contained in:
commit
4e22ed01af
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
//! support. This feature depends on unstable feature and requires the use of the nightly channel.
|
//! support. This feature depends on unstable feature and requires the use of the nightly channel.
|
||||||
//!
|
//!
|
||||||
//! - `homogeneous`. This opt-in feature enables the *experimental* homogeneous multi-core support.
|
//! - `homogeneous`. This opt-in feature enables the *experimental* homogeneous multi-core support.
|
||||||
|
//!
|
||||||
|
//! - `cortex-m-7`. This opt-in feature changes the `cortex-m` version from the default 0.6 to the newer 0.7.
|
||||||
|
//! This is to use the `InterruptNumber` trait instead of the `Nr` trait for interrupt numbers.
|
||||||
|
//! Enabling this feature **requires disabling the default features**.
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(rust_2018_compatibility)]
|
#![deny(rust_2018_compatibility)]
|
||||||
|
|
Loading…
Reference in a new issue