The official git repository for OSD-Contiki, the open source OS for the Internet of Things
Go to file
barner 54ac97990d - Fix / enhence AVR specific part of the ELF relocator. Some relocation types
are still unsupported and will write warings on the second serial port.

- Fix elfloader_arch_write_rom (), which has to reside in a special bootloader
  section of flash rom. The code is heavly inspired from avr-libc's documentation.

- Prelimiary implementation of elfloader_arch_allocate_rom: Code is
  flashed to fixed address 0x8000. Note that on the AVR, flash rom is adressed
  word (16bit)-wise, not byte wise!

- Preliminary implementation of elfloader_arch_allocate_ram using the mmem
  module. Current code does not free the memory.
2006-12-22 17:10:54 +00:00
apps * Resurrect traditional elfloader interface. 2006-12-20 13:38:33 +00:00
core - Fix / enhence AVR specific part of the ELF relocator. Some relocation types 2006-12-22 17:10:54 +00:00
cpu Provide dummy implementations for the leds and minileds module in order 2006-12-22 17:05:31 +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