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

Go to the source code of this file.
Functions | |
| void | ove_main (void) |
| Application-defined entry point called after board and console init. | |
| void | ove_run (void) |
| End the init phase: lock the heap (zero-heap mode) and launch the RTOS scheduler. | |
| int | ove_app_run (void) |
| Platform entry point: initialise the board and then run the application. | |
| void | ove_heap_lock (void) |
| Lock the kernel heap after init (zero-heap mode safety net). | |