diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 21:19:19 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 21:19:19 +0100 |
| commit | d98f6c9a61267abe00a827ac6c668b50b2bac714 (patch) | |
| tree | 3817069397c27d86e8989b037de87955542193be /book/src/by-example/app.md | |
| parent | 34e74f4bb36b0866be94c9bfdb41c11270b448a7 (diff) | |
v0.4.0
Diffstat (limited to 'book/src/by-example/app.md')
| -rw-r--r-- | book/src/by-example/app.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/book/src/by-example/app.md b/book/src/by-example/app.md index ae0f4b8..26aa03f 100644 --- a/book/src/by-example/app.md +++ b/book/src/by-example/app.md @@ -9,9 +9,9 @@ This is the smallest possible RTFM application: All RTFM applications use the [`app`] attribute (`#[app(..)]`). This attribute must be applied to a `const` item that contains items. The `app` attribute has a mandatory `device` argument that takes a *path* as a value. This path must -point to a *device* crate generated using [`svd2rust`] **v0.14.x**. The `app` -attribute will expand into a suitable entry point so it's not required to use -the [`cortex_m_rt::entry`] attribute. +point to a *peripheral access crate* (PAC) generated using [`svd2rust`] +**v0.14.x**. The `app` attribute will expand into a suitable entry point so it's +not required to use the [`cortex_m_rt::entry`] attribute. [`app`]: ../../api/cortex_m_rtfm_macros/attr.app.html [`svd2rust`]: https://crates.io/crates/svd2rust |
