Skip to content

Commit 9bf3f2c

Browse files
authored
Merge pull request #17 from astro/add-stm32f429
Add stm32f429 and corresponding -hal crate
2 parents fbb00f3 + fdcbe91 commit 9bf3f2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Register definition for microcontroller families. Usually generated using [`svd2
9999
- [`stm32f103xx`](https://crates.io/crates/stm32f103xx) Peripheral access API for STM32F103XX microcontrollers (generated using svd2rust)
100100
- [`stm32f100xx`](https://github.com/japaric/stm32f100xx) Peripheral access API for STM32F100XX microcontrollers (generated using svd2rust)
101101
- [`stm32f30x`](https://crates.io/crates/stm32f30x) Peripheral access API for STM32F30X microcontrollers (generated using svd2rust)
102+
- [`stm32f429`](https://crates.io/crates/stm32f429) Peripheral access API for STM32F429 microcontrollers (generated using svd2rust)
102103
- [`stm32l151`](https://crates.io/crates/stm32l151)
103104

104105
### MSP430
@@ -156,6 +157,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
156157

157158
- [`stm32f30x-hal`](https://crates.io/crates/stm32f30x-hal)
158159

160+
- [`stm32f429-hal`](https://crates.io/crates/stm32f429-hal)
161+
159162
- [`stm32l151-hal`](https://crates.io/crates/stm32l151-hal)
160163

161164
### Texas Instruments

0 commit comments

Comments
 (0)