Contiki OS for 6502 based computers
Go to file
2007-01-09 10:08:02 +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
examples
platform remade the use of symbols.[c,h]. 2007-01-09 09:13:36 +00:00
tools minor changes due to deletion of static variables 2007-01-09 10:08:02 +00:00
Makefile
Makefile.include