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
449
commits
6
branches
13
tags
80
MiB
C
80.8%
Java
11%
Gettext Catalog
3.2%
Python
1.7%
C++
1.1%
Other
2%
4aa5770e3a
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
fros4943
4aa5770e3a
removed debugging output
2007-01-12 10:47:05 +00:00
apps
More'or less a verbatim copy of the traditional elfloader but built
2007-01-05 17:46:26 +00:00
core
Up to now the DNS resolver relied on the uIP 1/2 second polling for its retry management (implementing a linear back-off). But Contiki 2.x uIP doesn't implement the 1/2 second polling for UDP connections anymore! Therefore I added an event timer to the DNS resolver for its retry management. I went for a 1 second interval (still with the same linear back-off) as compromise between officially recommended longer intervals (i.e. BIND with 5 seconds and exponential back-off) and a reasonable user experience for the self induced packet loss in ARP setups.
2007-01-07 13:52:25 +00:00
cpu
Added an initial Makefile for the cc65 tool chain (www.cc65.org). For now it allows to build the statically linked hello-world example.
2007-01-03 10:26:40 +00:00
doc
Added documentation of the Contiki build system
2006-10-02 22:04:09 +00:00
examples
A really simple Contiki program, intended to show how the build system works and how to write simple Contiki programs
2006-10-02 21:46:46 +00:00
platform
remade the use of symbols.[c,h].
2007-01-09 09:13:36 +00:00
tools
removed debugging output
2007-01-12 10:47:05 +00:00
Makefile
initial creation of toplevel makefile
2006-06-24 19:05:53 +00:00
Makefile.include
Allow a target-specific makesfile to supply a custom rule for dependency file generation in the same way it is done for all other rules.
2006-12-31 14:16:32 +00:00