Modules§
Functions§
- exit
- Causes the calling task to exit.
- print_
msg - If a putc function has been set using set_putc, print a string using the putc function
- putc
- If a putc function has been set using set_putc, print a character using the putc function.
- set_
putc - Sets what is internally used for putc to print out error messages
- sleep
- Causes the calling task to block for at least the specified number of milliseconds.
- yield
- Triggers a context switch.