mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-23 06:48:06 +00:00
Merge #261
261: Add msp430fr2355 and msp430fr2x5x-hal r=therealprof a=YuhanLiin Co-authored-by: YuhanLiin <linyuhan0315@hotmail.com>
This commit is contained in:
commit
7e3b999d56
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,7 @@ This project is developed and maintained by the [Resources team][team].
|
|||
* [SiFive](#sifive-1)
|
||||
* [STMicroelectronics](#stmicroelectronics-1)
|
||||
* [Texas Instruments](#texas-instruments-1)
|
||||
* [MSP430](#msp430-1)
|
||||
* [Espressif](#espressif)
|
||||
* [Silicon Labs](#silicon-labs-1)
|
||||
* [XMC](#xmc)
|
||||
|
@ -213,6 +214,7 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
|
|||
|
||||
- [`msp430g2553`](https://github.com/japaric/msp430g2553) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
|
||||
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
|
||||
- [`msp430fr2355`](https://crates.io/crates/msp430fr2355) Peripheral access API for MSP430FR2355 microcontrollers (generated using svd2rust)
|
||||
|
||||
### Ambiq Micro
|
||||
|
||||
|
@ -323,6 +325,11 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
|||
|
||||
- [`tm4c123x-hal`](https://github.com/thejpster/tm4c123x-hal)
|
||||
|
||||
### MSP430
|
||||
|
||||
- [`msp430fr2x5x-hal`](https://crates.io/crates/msp430fr2x5x-hal)
|
||||
- HAL implementation for the MSP430FR2x5x family of microcontrollers
|
||||
|
||||
### Espressif
|
||||
|
||||
- [`esp8266-hal`](https://github.com/emosenkis/esp8266-hal) ![crates.io](https://img.shields.io/crates/v/esp8266-hal.svg) (not supported by rustc, so must be built with [mrustc](https://github.com/thepowersgang/mrustc), typically via the [esp-rs](https://github.com/emosenkis/esp-rs) build script)
|
||||
|
|
Loading…
Reference in a new issue