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-01-21 23:31:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
History
oliverschmidt
1f7391e7de
Avoid compiler warnings.
2006-08-16 22:09:51 +00:00
..
about
Added header necessary for petsciiconv_toascii().
2006-08-13 13:59:07 +00:00
calc
Avoid compiler warnings.
2006-08-16 22:09:51 +00:00
cmdd
…
codeprop
Slightly outdated versions were imported to sf.
2006-08-02 14:33:36 +00:00
dhcp
…
directory
Reactivated application core functionality (and avoid compiler warning).
2006-08-13 14:02:07 +00:00
editor
…
email
…
ftp
…
irc
…
netconf
…
process-list
…
program-handler
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
shell
…
telnet
…
telnetd
…
vnc
VNC viewer
2006-06-17 23:08:35 +00:00
webbrowser
Avoid compiler warnings.
2006-08-14 23:31:40 +00:00
webserver
Avoid compiler warnings.
2006-08-16 22:09:51 +00:00