altos: get avr-demo to build. Pull in AVR drivers and LCD driver
authorKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 05:55:33 +0000 (22:55 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 05:57:24 +0000 (22:57 -0700)
commit8125acc030574afed6f23aa8aa302d9c768bb04e
tree906aaf22c3674080df89c6e756a0195d2aab2bf9
parente9fab7dc99a0e7c22b511c5919adf7df85213252
altos: get avr-demo to build. Pull in AVR drivers and LCD driver

This completes the basic task of making an AVR version of altos by
getting the Teensy 'avr-demo' program to build.

Signed-off-by: Keith Packard <keithp@keithp.com>
16 files changed:
src/avr-demo/Makefile
src/avr-demo/ao_demo.c [new file with mode: 0644]
src/avr/ao_arch.h
src/avr/ao_avr_stdio.c
src/avr/ao_debug_avr.c [new file with mode: 0644]
src/avr/ao_led.c [new file with mode: 0644]
src/avr/ao_pins.h
src/avr/ao_romconfig.c [new file with mode: 0644]
src/avr/ao_serial_avr.c [new file with mode: 0644]
src/avr/ao_timer.c [new file with mode: 0644]
src/avr/ao_usb.h [new file with mode: 0644]
src/avr/ao_usb_avr.c [new file with mode: 0644]
src/cc1111/ao_arch.h
src/core/ao.h
src/core/ao_panic.c
src/core/ao_task.c