#cortex-m #stm32 #bsp #nucleo #stm32h7xx

no-std nucleo-h7xx

Board support crate for the STMicroelectronics STM32H7 Nucleo-144 boards

6 releases

0.3.0 Aug 22, 2024
0.2.1 Oct 17, 2022
0.2.0 Jul 15, 2022
0.1.2 Dec 1, 2021
0.1.1 Apr 1, 2021

#470 in Embedded development

Download history 110/week @ 2024-08-17 18/week @ 2024-08-24 3/week @ 2024-08-31 16/week @ 2024-09-14 10/week @ 2024-09-21 6/week @ 2024-09-28 1/week @ 2024-10-05

272 downloads per month

MIT license

54KB
1K SLoC

nucleo-h7xx

Rust no_std, embedded_hal board support package for STMicroElectronics STM32H7 Nucleo-144 boards.

Board Support

Getting Started

cargo install cargo-generate

cargo generate \
    --git https://github.com/antoinevg/hello-nucleo-h7xx \
    --name your-project-name

Run Tests

cd testsuite
make test

Status

Work in progress.


lib.rs:

Board support crate for STMicroElectronics STM32H7 Nucleo-144 boards

Usage - see examples/

Dependencies

~92MB
~2.5M SLoC