Description: uC/OS-II, The Real-Time Kernel
Atmel AT90/AVR Port
for AVR-GCC
READ ME FILE
Acknowledgements:
Most files in this port is based on the Atmel AVR port for the IAR compiler by
Ole Saether. Without his work, porting to avr-gcc would have taken much longer.
------------------------------- AVR C COMPILER--------------------------------
1) This version of the avr-gcc port is based on version 2.95.2 of avr-gcc.
Versions of this can be found at :
http://8bit.at/avr/
http://www.gwdg.de/~mrickma/avr/
http://home.overta.ru/users/denisc/
2) It is assumed that the command line version of the GCC compiler is installed
as described in the compiler documentation.
To Search:
File list (Check if you may need any files):
ucosfor GCC\TEST\test.c
...........\....\includes.h
...........\....\os_cfg.h
...........\....\build.bat
...........\....\makefile
...........\TEST
...........\SOURCE\os_cpu_a.asm
...........\......\os_cpu.h
...........\......\os_cpu_c.c
...........\......\avr85xx.x
...........\......\avrmega103.x
...........\SOURCE
...........\DOC\readme.txt
...........\DOC
...........\LST\os_cpu_c.lst
...........\LST
...........\OBJ\os_cpu_c.o
...........\OBJ
ucosfor GCC