nucleo-h7xx

Crates.ionucleo-h7xx
lib.rsnucleo-h7xx
version0.2.1
sourcesrc
created_at2021-04-01 08:11:44.636792
updated_at2022-10-17 16:43:54.670907
descriptionBoard support crate for the STMicroelectronics STM32H7 Nucleo-144 boards.
homepage
repositoryhttps://github.com/antoinevg/nucleo-h7xx
max_upload_size
id376504
size112,567
(antoinevg)

documentation

https://github.com/antoinevg/nucleo-h7xx/wiki

README

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.

Commit count: 120

cargo fmt