Skip to content

Commit 58ff5f6

Browse files
author
James Munns
authored
Merge branch 'master' into st7789
2 parents ef42002 + 63b8226 commit 58ff5f6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 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)
@@ -507,6 +514,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
507514
1. [usbd-webusb] - USB webUSB class implementation - [github][39] - ![crates.io](https://img.shields.io/crates/v/usbd-webusb.svg)
508515
1. [SHTCx] - I2C - Temperature / humidity sensors - [github][42] - ![crates.io](https://img.shields.io/crates/v/shtcx.svg)
509516
1. [ST7789] - SPI - An embedded-graphics compatible driver for the popular lcd family from Sitronix used in the PineTime watch [github][44] ![crates.io](https://img.shields.io/crates/v/st7789.svg)
517+
1. [DW1000] - SPI - Radio transceiver (IEEE 802.15.4 and position tracking) - [Article][45] - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
510518

511519
[1&2]: http://blog.japaric.io/wd-1-2-l3gd20-lsm303dlhc-madgwick/
512520
[3]: http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/
@@ -550,6 +558,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
550558
[42]: https://github.com/dbrgn/shtcx-rs
551559
[43]: https://jitter.company/blog/2020/02/14/adxl355-embedded-hal-driver-crate/
552560
[44]: https://github.com/almindor/st7789
561+
[45]: https://braun-embedded.com/dw1000/
553562

554563
[AD983x]: https://crates.io/crates/ad983x
555564
[adafruit-alphanum4]: https://crates.io/crates/adafruit-alphanum4
@@ -595,6 +604,7 @@ have achieved the "released" status (published on crates.io + documentation / sh
595604
[usbd-webusb]: http://crates.io/crates/usbd-webusb
596605
[SHTCx]: http://crates.io/crates/shtcx
597606
[ST7789]: http://crates.io/crates/st7789
607+
[DW1000]: https://crates.io/crates/dw1000
598608

599609
*NOTE* You may be able to find even more driver crates by searching for the [`embedded-hal-driver`]
600610
keyword on crates.io!
@@ -618,7 +628,6 @@ Work in progress drivers. Help the authors make these crates awesome!
618628
1. [DS3231] - I2C - real time clock
619629
1. [DS3234] - SPI - Real time clock
620630
1. [DS323x] - I2C/SPI - Real-time clocks (RTC): DS3231, DS3232 and DS3234 - ![crates.io](https://img.shields.io/crates/v/ds323x.svg)
621-
1. [DW1000] - SPI - Radio transceiver for communication based on IEEE 802.15.4 and position tracking - ![crates.io](https://img.shields.io/crates/v/dw1000.svg)
622631
1. [eink-waveshare] - SPI - driver for E-Paper Modules from Waveshare
623632
1. [embedded-morse] - Output morse messages - ![crates.io](https://img.shields.io/crates/v/embedded-morse.svg)
624633
1. [embedded-nrf24l01] - SPI+GPIO - 2.4 GHz radio
@@ -693,7 +702,6 @@ Work in progress drivers. Help the authors make these crates awesome!
693702
[DS3231]: https://github.com/wose/ds3231
694703
[DS3234]: https://github.com/rust-embedded/wg/issues/39#issuecomment-375262785
695704
[DS323x]: https://crates.io/crates/ds323x
696-
[DW1000]: https://crates.io/crates/dw1000
697705
[eink-waveshare]: https://crates.io/crates/eink_waveshare_rs
698706
[embedded-morse]: https://crates.io/crates/embedded-morse
699707
[embedded-nrf24l01]: https://crates.io/crates/embedded-nrf24l01

0 commit comments

Comments
 (0)