Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 650 Bytes

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.