Move ARM support to its own section

This commit is contained in:
Berkus Decker 2018-04-21 10:21:06 +03:00
parent 5c1a320648
commit ca85ada071

View file

@ -12,7 +12,6 @@ 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)
@ -23,6 +22,8 @@ This is a curated list of resources related to embedded and low-level programmin
* [NXP](#nxp-1)
* [STMicroelectronics](#stmicroelectronics-1)
* [Texas Instruments](#texas-instruments)
* [Architecture support crates](#architecture-support-crates)
* [ARM](#arm)
* [Board support crates](#board-support-crates)
* [Nordic](#nordic-2)
* [NXP](#nxp-2)
@ -79,10 +80,6 @@ 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) Peripheral access API for nRF51 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/nrf51.svg)
@ -168,6 +165,14 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
[Blue pill]: http://wiki.stm32duino.com/index.php?title=Blue_Pill
## Architecture support crates
Crates tailored for general CPU architectures.
### ARM
- [`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors
## Board support crates
Crates tailored for specific development boards.