altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooks
authorKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 05:04:36 +0000 (22:04 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Aug 2011 05:04:36 +0000 (22:04 -0700)
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>

No differences found