Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: get avr-demo to build. Pull in AVR drivers and LCD driver | Keith Packard | 2011-08-25 |
| | | | | | | | 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> | ||
* | altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooks | Keith Packard | 2011-08-25 |
More arch-indepdency bits. GCC stdio is different from SDCC, so create suitable code in avr/ao_avr_stdio.c Create macros to initialize the task stack frame and save the task context. Add GCC/SDCC type definition compatibility macros Signed-off-by: Keith Packard <keithp@keithp.com> |