mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-12-04 23:26:44 +00:00
Add cortex-m
This commit is contained in:
parent
49a8e3c8c1
commit
5246a43b67
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,7 @@ This is a curated list of resources related to embedded and low-level programmin
|
|||
* [Books, blogs and training materials](#books-blogs-and-training-materials)
|
||||
* [Tools](#tools)
|
||||
* [Device crates](#device-crates)
|
||||
* [ARM](#arm)
|
||||
* [Nordic](#nordic)
|
||||
* [NXP](#nxp)
|
||||
* [STMicroelectronics](#stmicroelectronics)
|
||||
|
@ -73,6 +74,10 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
|
||||
[svd2rust-kw]: https://crates.io/keywords/svd2rust
|
||||
|
||||
### ARM
|
||||
|
||||
- [`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors
|
||||
|
||||
### Nordic
|
||||
|
||||
- [`nrf51`](https://crates.io/crates/nrf51)
|
||||
|
|
Loading…
Reference in a new issue