19#ifdef CONFIG_OVE_BOARD
35[[nodiscard]]
inline int init() {
36 return ove_board_init();
44 return ove_board_name();
51inline const struct ove_board_desc *
desc() {
52 return ove_board_desc();
int init()
Initialises the board hardware (clocks, pin-mux, etc.).
Definition board.hpp:35
const char * name()
Returns the human-readable board name.
Definition board.hpp:43
const struct ove_board_desc * desc()
Returns a pointer to the board descriptor structure.
Definition board.hpp:51
Top-level namespace for all oveRTOS C++ abstractions.
Definition app.hpp:19
Common type definitions and concepts for the C++ wrapper layer.