|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|


Go to the source code of this file.
Functions | |
| int | ove_board_init (void) |
| Initialise the board hardware. | |
| const char * | ove_board_name (void) |
| Return a human-readable name for the current board. | |
| const struct ove_board_desc * | ove_board_desc (void) |
| Return a pointer to the current board's descriptor structure. | |