mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-05 20:25:16 +00:00
54ac97990ddcc63fafe9f7a8185ead4ee8f95fce
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.
Description
Contiki OS for 6502 based computers
Languages
C
83.7%
Java
11.7%
Python
1.8%
C++
0.7%
Assembly
0.6%
Other
1.3%