Module board

Module board 

Source
Expand description

Board initialization and identification for oveRTOS.

Provides init to bring up all board peripherals and name to retrieve the board identifier string at runtime.

Functionsยง

init
Initialize the board (clocks, pinmux, and core peripherals).
name
Return the board name as a static string (e.g. "stm32f4-disco").