antoinevg / nucleo-h7xx

Board support crate for STMicroElectronics STM32H7 Nucleo-144 boards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Board support crate for STMicroElectronics STM32H7 Nucleo-144 boards.

License:MIT License


Languages

Language:Rust 98.2%Language:Makefile 1.0%Language:GDB 0.8%