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.
void ove_heap_lock(void)
Lock the kernel heap after init (zero-heap mode safety net).
int ove_app_run(void)
Platform entry point: initialise the board and then run the application.