You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rust Embedded Devices Working Group]: https://github.com/rust-embedded
15
15
16
-
There are currently three libraries here:
16
+
There are currently five libraries here:
17
17
18
18
*[cortex-ar](./cortex-ar/) - support library for Cortex-R and Cortex-A CPUs (like [cortex-m])
19
19
*[cortex-r-rt](./cortex-r-rt/) - run-time library for Cortex-R CPUs (like [cortex-m-rt])
20
20
*[cortex-a-rt](./cortex-a-rt/) - run-time library for Cortex-A CPUs (like [cortex-m-rt])
21
21
*[arm-targets](./arm-targets/) - a helper library for your build.rs that sets various `--cfg` flags according to the current target
22
+
*[cortex-ar-rt-macros](./cortex-ar-rt-macros/) - macros for `cortex-a-rt` and `cortex-r-rt` (this is an implementation detail - do not use this crate directly)
22
23
23
24
There are also example programs for QEMU in the [examples](./examples/) folder.
0 commit comments