mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
doc tweaks
This commit is contained in:
parent
45f9faae9c
commit
996bdf8f0c
3 changed files with 8 additions and 5 deletions
|
|
@ -22,11 +22,11 @@ mod tests;
|
|||
/// The `app` attribute has one mandatory argument:
|
||||
///
|
||||
/// - `device = <path>`. The path must point to a device crate generated using [`svd2rust`]
|
||||
/// **v0.14.x**.
|
||||
/// **v0.14.x** or newer.
|
||||
///
|
||||
/// [`svd2rust`]: https://crates.io/crates/svd2rust
|
||||
///
|
||||
/// and several optional arguments:
|
||||
/// and a few optional arguments:
|
||||
///
|
||||
/// - `peripherals = <bool>`. Indicates whether the runtime takes the device peripherals and makes
|
||||
/// them available to the `init` context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue