You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Hayes 5ab541fe50
Schedule all tasks :-)
15 years ago
..
bounce1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
bounce2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
bounce3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
bounce4 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
bounce5 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
chooser Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
demo1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
demo2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
fonttest1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
hello1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
hello2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
hello3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
hello4 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_grab1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_grab2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_grab3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_serial_test1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_serial_test2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_serial_test3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_uart_test1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
ir_uart_test2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
led1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
led2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
led3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
led4 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
led5 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
pio1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
pio2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
pio3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
scribble1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
snake1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
space9 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
space10 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
space11 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
space12 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
spacey_remote1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
squeak1 Schedule all tasks :-) 15 years ago
squeak2 Schedule all tasks :-) 15 years ago
squeak3 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
squeak4 Schedule all tasks :-) 15 years ago
steer1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
task1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
task2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
tdmdemo1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
tdmdemo2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
updown1 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
updown2 Use DEBUG instead of __NO_INLINE__ since this is not defined for -Os 15 years ago
README Generate callgraph 15 years ago

README

This directory contains a number of test applications contained in

their own sub-directories. Within each sub-directory are two
makefiles; one called Makefile and the other called Makefile.test. By
default when make is run it will read Makefile.

make --- builds the application for the ATmega8
make program --- programs the application into the ATmega8 flash memory
make clean --- deletes the object and executable files


The other makefile, Makefile.test, will compile the application
natively for the PC with a test scaffold replacing the AVR dependent
modules. This allows the application to be run and debugged on a PC.

make -f Makefile.test --- builds the application for the PC
make -f Makefile.test clean --- deletes the object and executable files