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
2024-11-19 18:40:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
649afd342b
contiki
/
apps
/
program-handler
History
oliverschmidt
d4a00f67fe
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
..
Makefile.program-handler
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00
program-handler.c
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
program-handler.h
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00