mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-05 14:49:00 +00:00
Add msp430
This commit is contained in:
parent
5246a43b67
commit
4dfdab57ad
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@ This is a curated list of resources related to embedded and low-level programmin
|
|||
* [Nordic](#nordic)
|
||||
* [NXP](#nxp)
|
||||
* [STMicroelectronics](#stmicroelectronics)
|
||||
* [MSP430](#msp430)
|
||||
* [HAL implementation crates](#hal-implementation-crates)
|
||||
* [OS](#os)
|
||||
* [Nordic](#nordic-1)
|
||||
|
@ -94,6 +95,11 @@ Register definition for microcontroller families. Usually generated using [`svd2
|
|||
- [`stm32f30x`](https://crates.io/crates/stm32f30x)
|
||||
- [`stm32l151`](https://crates.io/crates/stm32l151)
|
||||
|
||||
### 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
|
||||
|
||||
## HAL implementation crates
|
||||
|
||||
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS.
|
||||
|
|
Loading…
Reference in a new issue