This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-03-04 08:29:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
History
oliverschmidt
24e17a9ed1
Avoid compiler warnings.
2006-08-21 21:59:59 +00:00
..
cfs
Avoid compiler warning.
2006-08-15 09:38:33 +00:00
ctk
The program_handler_add() mechanism relied on being used after the initialization of the program_handler (and the ctk) process but before entering the event handling. In Contiki 2.x there's no such explicit process initialization anymore - and the implicit asynchronous initialization runs after program_handler_add(). Therefore the initialization of the data structures modified by program_handler_add() had to be removed from that asynchronous process initialization. Instead C-langugae global data.initialization is used.
2006-08-15 00:11:45 +00:00
dev
…
lib
Avoid compiler warnings.
2006-08-21 21:59:59 +00:00
loader
…
net
* Some ntohs stuff.
2006-08-17 12:51:07 +00:00
sys
New function process_nevents().
2006-08-17 15:39:24 +00:00
contiki-lib.h
…
contiki-net.h
…
contiki-version.h
…
contiki.h
…