This is a collection of general architecture independant utility modules.
Modules | |
| common.h : Common definitions | |
Definition of standard types, boolean, scope and utility macros. | |
| dbg.h : Debug module | |
Outputs debug information via printf. | |
| list.h : Linked List | |
A doubly (forwards and backwards) linked list using pointers. | |
| ring_buffer.h : FIFO ring buffer | |
A data structure that uses a single, fixed-size buffer as if it were connected end-to-end (circular). | |
| template.h : Template for a C module | |
Brief description (which ends at the dot). | |
| tmr.h : Polled software timers | |
Non-blocking software timers that have to be polled to determine if they have expired. | |
1.6.3