Skip to content

Commit 909fabc

Browse files
bors[bot]hargoniX
andauthored
Merge #209
209: Adding the stm32h7xx-hal crate r=jamesmunns a=hargoniX I'm one of the co authors and I think with the release 0.2.0 which just came out the other day this HAL is now in a pretty solid and ready to use state. Co-authored-by: Henrik Böving <[email protected]>
2 parents 7fcbe69 + 0f8f77b commit 909fabc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
262262

263263
- [`stm32g0xx-hal`](https://crates.io/crates/stm32g0xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32g0xx-hal.svg)
264264

265+
- [`stm32h7xx-hal`](https://crates.io/crates/stm32h7xx-hal) - ![crates.io](https://img.shields.io/crates/v/stm32h7xx-hal.svg)
266+
- HAL implementation for the STMicro STM32H7xx family of microcontrollers
267+
265268
[Nucleo-L432KC]: https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l432kc.html
266269
[Solo]: https://solokeys.com/
267270

@@ -288,8 +291,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
288291

289292
### GigaDevice
290293

291-
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
292-
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
294+
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
295+
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
293296

294297
## Architecture support crates
295298

0 commit comments

Comments
 (0)