This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
The official git repository for OSD-Contiki, the open source OS for the Internet of Things
76
commits
6
branches
13
tags
80
MiB
C
80.8%
Java
11%
Gettext Catalog
3.2%
Python
1.7%
C++
1.1%
Other
2%
649afd342b
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
nifi
649afd342b
Avoid compiler warning.
2006-08-15 09:38:33 +00:00
apps
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
core
Avoid compiler warning.
2006-08-15 09:38:33 +00:00
cpu
Make malloc machine independent by relying on dependent sbrk(2).
2006-08-11 13:41:31 +00:00
doc
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00
examples
More uip_ipaddr_t fixes.
2006-08-10 19:22:23 +00:00
platform
Now that they assumed a shape ...
2006-08-14 23:53:55 +00:00
tools
Read error messages from device file and print to stdout.
2006-08-02 14:41:30 +00:00
Makefile
initial creation of toplevel makefile
2006-06-24 19:05:53 +00:00
Makefile.include
Changed linking to use CC instead of LD to make things work with the current Makefiles (particularly platform/native). Not sure if this change is a good thing; it not, it should be reverted once we get the other Makefiles up to speed.
2006-08-08 13:06:54 +00:00