blob: ad859d65a2ddf60739b4ce7af8cd604b9b217f43 [file] [log] [blame]
adamdunkelsdc0bc682004-09-10 09:39:06 +00001The contiki/ek/ directory contains the source code for the Contiki
2kernel and the concurrency libraries (multithreading, protothreads).
3
4arc.[ch]
5
6 Implementation of the argument buffer.
7
8contiki-version.h
9
10 A string holding the current version of Contiki.
11
12contiki.h
13
14 Header file which includes the core Contiki includes.
15
16dsc.h
17
18 Header file for the DSC file description format used by Contiki.
19
20ek-service.[ch]
21
22 The Contiki service layer.
23
24ek.[ch]
25
26 The Contiki event-driven kernel.
27
28loader.h
29
30 Header file for the program loader.
31
32log.h
33
adamdunkels4d55ed52004-09-12 18:43:13 +000034 Header file for the system logging facility.
adamdunkelsdc0bc682004-09-10 09:39:06 +000035
36mt.[ch]
37
38 Multithreading library.
39
40pt.h
41
42 Protothreads implementation.
43
44pt-sem.h
45
46 Semaphores for protothreads.