Functions | |
| void | os_init (void) |
| void | os_start (void) |
| void os_init | ( | void | ) |
Initialize the OS.
This initializes the OS data structures. This should be the first OS API called.
| void os_start | ( | void | ) |
Start the OS by running tasks in the ready list.
Note: Tasks should have been created and made ready to run before this function is called.