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


Go to the source code of this file.
Functions | |
| int | ove_console_init (void) |
| Initialise the system console hardware. | |
| int | ove_console_getchar (void) |
| Read one character from the console. | |
| void | ove_console_putchar (int c) |
| Write one character to the console. | |
| void | ove_console_write (const char *buf, unsigned int len) |
| Write a raw byte buffer to the console. | |