|
EmbeddedEtcher
|
Files | |
| file | error.h [code] |
| Error logging functionalities of the operating system. | |
| file | heap.h [code] |
| Heap implementation for the tasks of the operating system. | |
| file | helpers.h [code] |
| Functions, which one needs here and there for the operating system. | |
| file | ossettings.h [code] |
| File where all settings take place. | |
| file | ostypes.h [code] |
| Different types the operating system uses are defined here. | |
| file | printf.h [code] |
| Lightweight version of GNU printf. | |
| file | queues.h [code] |
| Implementation for queues. | |
| file | scheduler.h [code] |
| Scheduler of the operating system. | |
| file | semaphore.h [code] |
| Mechanisms to prevent race conditions for the operating system. | |