Skip to content

Commit 023b1ec

Browse files
committed
Add msp430fr2355 and msp430fr2x5x-hal
1 parent 3ff41a9 commit 023b1ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This project is developed and maintained by the [Resources team][team].
3939
* [SiFive](#sifive-1)
4040
* [STMicroelectronics](#stmicroelectronics-1)
4141
* [Texas Instruments](#texas-instruments-1)
42+
* [MSP430](#msp430-1)
4243
* [Espressif](#espressif)
4344
* [Silicon Labs](#silicon-labs-1)
4445
* [XMC](#xmc)
@@ -213,6 +214,7 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
213214

214215
- [`msp430g2553`](https://github.com/japaric/msp430g2553) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
215216
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
217+
- [`msp430fr2355`](https://crates.io/crates/msp430fr2355) Peripheral access API for MSP430FR2355 microcontrollers (generated using svd2rust)
216218

217219
### Ambiq Micro
218220

@@ -323,6 +325,11 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
323325

324326
- [`tm4c123x-hal`](https://github.com/thejpster/tm4c123x-hal)
325327

328+
### MSP430
329+
330+
- [`msp430fr2x5x-hal`](https://crates.io/crates/msp430fr2x5x-hal)
331+
- HAL implementation for the MSP430FR2x5x family of microcontrollers
332+
326333
### Espressif
327334

328335
- [`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)

0 commit comments

Comments
 (0)