Nil RTOS
Functions
nilcore.c File Reference

Nil RTOS AVR port main source file. More...

#include "nil.h"
Include dependency graph for nilcore.c:

Functions

void _port_switch (thread_t *ntp, thread_t *otp)
 Performs a context switch between two threads. More...
 
void _port_thread_start (void)
 Start a thread by invoking its work function. More...
 
void port_halt (void)
 Halts the system. More...
 

Detailed Description

Nil RTOS AVR port main source file.