Skip to content

Commit 463773a

Browse files
Merge #398
398: Add Renesas DA14531 PAC and HAL crates r=eldruin a=hhornbacher Co-authored-by: Harry Hornbacher <[email protected]>
2 parents 8ecadb9 + 7dc618a commit 463773a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This project is developed and maintained by the [Resources team][team].
3737
- [XMC](#xmc)
3838
- [Vorago](#vorago)
3939
- [Wiznet](#wiznet)
40+
- [Renesas](#renesas)
4041
- [HAL implementation crates](#hal-implementation-crates)
4142
- [OS](#os)
4243
- [Microchip](#microchip-1)
@@ -52,6 +53,7 @@ This project is developed and maintained by the [Resources team][team].
5253
- [XMC](#xmc-1)
5354
- [GigaDevice](#gigadevice-1)
5455
- [Vorago](#vorago-1)
56+
- [Renesas](#renesas-1)
5557
- [Architecture support crates](#architecture-support-crates)
5658
- [ARM](#arm)
5759
- [RISC-V](#risc-v)
@@ -338,6 +340,10 @@ Peripheral access crates for the different XMC4xxx families of microcontrollers
338340

339341
- [`w7500x-pac`](https://crates.io/crates/w7500x-pac) Peripheral Access Crate for Wiznet's W7500x microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/w7500x-pac.svg)
340342

343+
### Renesas
344+
- [`da14531`](https://crates.io/crates/da14531) Peripheral Access Crate for DA14531 Ultra-Low Power BT 5.1 System-on-Chip - ![crates.io](https://img.shields.io/crates/v/da14531.svg)
345+
346+
341347
## HAL implementation crates
342348

343349
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
@@ -481,6 +487,9 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
481487
- [`va108xx-hal`](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal) - ![crates.io](https://img.shields.io/crates/v/va108xx-hal.svg)
482488
- [Blogpost](https://robamu.github.io/post/rust-ecosystem/)
483489

490+
### Renesas
491+
- [`da14531-hal`](https://crates.io/crates/da14531-hal) HAL crate for DA14531 Ultra-Low Power BT 5.1 System-on-Chip - ![crates.io](https://img.shields.io/crates/v/da14531-hal.svg)
492+
484493
## Architecture support crates
485494

486495
Crates tailored for general CPU architectures.

0 commit comments

Comments
 (0)