mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-23 14:58:06 +00:00
Merge #158
158: Use subitems for MSP430 quickstart crates r=jamesmunns a=Disasm Technically, they are not Peripheral Access Crates Co-authored-by: Vadim Kaushan <admin@disasm.info>
This commit is contained in:
commit
43d78ce02a
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ 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
|
||||
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
|
||||
|
||||
## HAL implementation crates
|
||||
|
||||
|
|
Loading…
Reference in a new issue