error.c [code] | Error message functions |
error.h [code] | Header file for error.c and macros for error handling / messaging |
event.c [code] | Event handling functions |
event.h [code] | Header file for event.c |
hardware.c [code] | Hardware dependent stuff |
hardware.h [code] | Header file for hardware.c |
memory.c [code] | Memory management functions |
memory.h [code] | Header file for memory.c |
message.c [code] | Message queue handling |
message.h [code] | Header file for message.c |
mutex.c [code] | Functions for mutual exclusion |
mutex.h [code] | Header file for mutex.c |
otos.h [code] | OtOS application include file |
otos_cfg.h [code] | OtOS configuration file |
otos_def.h [code] | Global otOS definitions, constants and macros |
task.c [code] | Task management and control functions |
task.h [code] | Header file for task.c (Task management and control functions) |
time.c [code] | Time handling functions |
time.h [code] | Header file for time.c |
types.h [code] | General type definitions |
uart.c [code] | Functions for serial communication |
uart.h [code] | Header file for uart.c |