Expand description

Board support crate for STMicroElectronics STM32H7 Nucleo-144 boards

Usage - see examples/

Re-exports

pub use hal::hal as embedded_hal;
pub use stm32h7xx_hal as hal;
pub use board::Board;

Modules

Peripheral access API for STM32H757_CM7 microcontrollers (generated using svd2rust v0.24.1 ( ))
The stm32h7xx-hal implementation of the CountDown trait uses Hertz for the Time type with the result that it’s duration is capped to 1000ms.

Macros