The official git repository for OSD-Contiki, the open source OS for the Internet of Things
Go to file
barner 45cbcde797 - Fix/enhence support for RS232 interface on AVR (ATMega128):
* support for multiple ports: (extended interface with 'port' parameter)
 * new function: rs232_redirect_stdout that allows you to redirect stdout
   to a serial port
- In order to implement support for other MCUs, adopt a copy of
   rs232_atmega128.h
2006-12-22 17:00:45 +00:00
apps * Resurrect traditional elfloader interface. 2006-12-20 13:38:33 +00:00
core * Include loader/symbols-def.h and use extern declarations. 2006-12-20 14:41:28 +00:00
cpu - Fix/enhence support for RS232 interface on AVR (ATMega128): 2006-12-22 17:00:45 +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 * Typo in comment. 2006-12-20 13:46:14 +00:00
tools * Typo in comment. 2006-12-20 13:50:15 +00:00
Makefile initial creation of toplevel makefile 2006-06-24 19:05:53 +00:00
Makefile.include Added experimental non-routed packets rawpacket-udp.c 2006-10-22 12:32:43 +00:00