Skip to content

Commit 9acb778

Browse files
authored
Add EFM32PG12 PAC
The matching HAL is WIP and not awesome enough to be added yet
1 parent 5b7f79b commit 9acb778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This project is developed and maintained by the [Resources team][team].
2020
* [Nordic](#nordic)
2121
* [NXP](#nxp)
2222
* [SiFive](#sifive)
23+
* [Silicon Labs](#silicon-labs)
2324
* [STMicroelectronics](#stmicroelectronics)
2425
* [Texas Instruments](#texas-instruments)
2526
* [MSP430](#msp430)
@@ -32,7 +33,7 @@ This project is developed and maintained by the [Resources team][team].
3233
* [STMicroelectronics](#stmicroelectronics-1)
3334
* [Texas Instruments](#texas-instruments-1)
3435
* [Espressif](#espressif)
35-
* [Silicon Labs](#silicon-labs)
36+
* [Silicon Labs](#silicon-labs-1)
3637
* [XMC](#xmc)
3738
* [Architecture support crates](#architecture-support-crates)
3839
* [ARM](#arm)
@@ -144,6 +145,9 @@ Peripheral Access Crates were also called Device Crates.
144145

145146
- [`e310x`](https://github.com/riscv-rust/e310x) - svd2rust generated interface to SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - ![crates.io](https://img.shields.io/crates/v/e310x.svg)
146147

148+
### Silicon Labs
149+
- [`efm32pg12-pac`](https://crates.io/crates/efm32pg12-pac) - Peripheral access API for Silicon Labs EFM32PG12 microcontrollers - ![crates.io](https://img.shields.io/crates/v/efm32pg12-pac)
150+
147151
### STMicroelectronics
148152

149153
The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral access APIs for most STM32 microcontrollers (generated using svd2rust):

0 commit comments

Comments
 (0)