Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Projects marked with a robot emoji 🤖 are developed with the assistance of AI/
- [GigaDevice](#gigadevice)
- [XMC](#xmc)
- [Vorago](#vorago)
- [AMD](#amd)
- [Wiznet](#wiznet)
- [Renesas](#renesas)
- [HAL implementation crates](#hal-implementation-crates)
Expand All @@ -55,6 +56,7 @@ Projects marked with a robot emoji 🤖 are developed with the assistance of AI/
- [Espressif](#espressif-1)
- [Silicon Labs](#silicon-labs-1)
- [XMC](#xmc-1)
- [AMD](#amd-1)
- [GigaDevice](#gigadevice-1)
- [Vorago](#vorago-1)
- [Renesas](#renesas-1)
Expand Down Expand Up @@ -401,6 +403,10 @@ Peripheral access crates for the different XMC4xxx families of microcontrollers
- [`xmc4700`](https://github.com/xmc-rs/xmc4700) - [![crates.io](https://img.shields.io/crates/v/xmc4700.svg)](https://crates.io/crates/xmc4700)
- [`xmc4800`](https://github.com/xmc-rs/xmc4800) - [![crates.io](https://img.shields.io/crates/v/xmc4800.svg)](https://crates.io/crates/xmc4800)

### AMD

- [`zynq7000`](https://github.com/us-irs/zynq7000-rs/tree/main/firmware/zynq7000) - [![crates.io](https://img.shields.io/crates/v/zynq7000.svg)](https://crates.io/crates/zynq7000)

### Vorago

- [`va108xx`](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs) - [![crates.io](https://img.shields.io/crates/v/va108xx.svg)](https://crates.io/crates/va108xx)
Expand Down Expand Up @@ -570,6 +576,10 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
- [`va108xx-hal`](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs) - [![crates.io](https://img.shields.io/crates/v/va108xx-hal.svg)](https://crates.io/crates/va108xx-hal)
- [Blogpost](https://robamu.github.io/post/rust-ecosystem/)

### AMD

- [`zynq7000-hal`](https://github.com/us-irs/zynq7000-rs/tree/main/firmware/zynq7000-hal) - [![crates.io](https://img.shields.io/crates/v/zynq7000-hal.svg)](https://crates.io/crates/zynq7000-hal)

### Renesas

- [`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)](https://crates.io/crates/da14531-hal)
Expand Down
Loading