Skip to content

Commit 226612f

Browse files
committed
Update top-level README
1 parent 3839e53 commit 226612f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ These libraries were originally written by Ferrous Systems, and are based on the
1313
[`cortex-m` libraries]: https://github.com/rust-embedded/cortex-m
1414
[Rust Embedded Devices Working Group]: https://github.com/rust-embedded
1515

16-
There are currently three libraries here:
16+
There are currently five libraries here:
1717

1818
* [cortex-ar](./cortex-ar/) - support library for Cortex-R and Cortex-A CPUs (like [cortex-m])
1919
* [cortex-r-rt](./cortex-r-rt/) - run-time library for Cortex-R CPUs (like [cortex-m-rt])
2020
* [cortex-a-rt](./cortex-a-rt/) - run-time library for Cortex-A CPUs (like [cortex-m-rt])
2121
* [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)
2223

2324
There are also example programs for QEMU in the [examples](./examples/) folder.
2425

0 commit comments

Comments
 (0)