|
| | atomic.c |
| |
| | atomic.h |
| |
| | autostart.c |
| | Implementation of module for automatically starting and exiting a list of processes.
|
| |
| | autostart.h |
| | Header file for module for automatically starting and exiting a list of processes.
|
| |
| | cc.h |
| | Default definitions of C compiler quirk work-arounds.
|
| |
| | clock.h |
| |
| | compower.c |
| | Communication power accounting module.
|
| |
| | compower.h |
| | Header file for the communication power accounting module.
|
| |
| | critical.h |
| |
| | ctimer.c |
| | Callback timer implementation.
|
| |
| | ctimer.h |
| | Header file for the callback timer.
|
| |
| | energest.c |
| | Implementation of the energy estimation module.
|
| |
| | energest.h |
| | Header file for the energy estimation mechanism.
|
| |
| | etimer.c |
| | Event timer library implementation.
|
| |
| | etimer.h |
| | Event timer header file.
|
| |
| | int-master.h |
| |
| | lc-addrlabels.h |
| | Implementation of local continuations based on the "Labels as
values" feature of gcc.
|
| |
| | lc-switch.h |
| | Implementation of local continuations based on switch() statement.
|
| |
| | lc.h |
| | Local continuations.
|
| |
| | log-conf.h |
| | Default log levels for a number of modules.
|
| |
| | log.c |
| | Header file for the logging system.
|
| |
| | log.h |
| | Header file for the logging system.
|
| |
| | memory-barrier.h |
| |
| | mutex.c |
| |
| | mutex.h |
| |
| | node-id.c |
| | Node-id management.
|
| |
| | node-id.h |
| | Node-id (simple 16-bit identifiers) handling.
|
| |
| | platform.h |
| | Header file for the Contiki-NG main routine.
|
| |
| | process-mutex.c |
| | Implementation of Process mutexes.
|
| |
| | process-mutex.h |
| | Header file for Process mutexes.
|
| |
| | process.c |
| | Implementation of the Contiki process kernel.
|
| |
| | process.h |
| | Header file for the Contiki process interface.
|
| |
| | pt-sem.h |
| | Counting semaphores implemented on protothreads.
|
| |
| | pt.h |
| | Protothreads implementation.
|
| |
| | rtimer.c |
| | Implementation of the architecture-agnostic parts of the real-time timer module.
|
| |
| | rtimer.h |
| | Header file for the real-time timer module.
|
| |
| | stack-check.c |
| | Implementation of the stack checker library.
|
| |
| | stack-check.h |
| | Stack checker library header file.
|
| |
| | stimer.c |
| | Timer of seconds library implementation.
|
| |
| | stimer.h |
| | Second timer library header file.
|
| |
| | subprocess.h |
| | Subprocesses for Contiki.
|
| |
| | timer.c |
| | Timer library implementation.
|
| |
| | timer.h |
| | Timer library header file.
|
| |