Use subitems for MSP430 quickstart crates

Technically, they are not Peripheral Access Crates
This commit is contained in:
Vadim Kaushan 2019-03-10 17:59:55 +03:00
parent 73a920f010
commit 38452243f8
No known key found for this signature in database
GPG key ID: A501C5DF67C05C4E

View file

@ -140,8 +140,8 @@ Peripheral Access Crates were also called Device Crates.
### MSP430
- [`msp430g2553`](https://github.com/japaric/msp430g2553) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
- [rust on msp](https://github.com/japaric/rust_on_msp) Simple blinking LED example that runs on MSP430.
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
- [rust on msp](https://github.com/japaric/rust_on_msp) Simple blinking LED example that runs on MSP430.
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
## HAL implementation crates