summaryrefslogtreecommitdiff
path: root/src/tidongle
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-25 22:04:36 -0700
committerKeith Packard <keithp@keithp.com>2011-08-25 22:04:36 -0700
commite9fab7dc99a0e7c22b511c5919adf7df85213252 (patch)
treee450bafdc33a19e87e7420b442ebf7a44fe40687 /src/tidongle
parenta588092a7d76dab92e4ab11e0fdb457d2ddc9025 (diff)
altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooks
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>
Diffstat (limited to 'src/tidongle')
-rw-r--r--src/tidongle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tidongle/Makefile b/src/tidongle/Makefile
index fc8df1f4..247f4fe0 100644
--- a/src/tidongle/Makefile
+++ b/src/tidongle/Makefile
@@ -73,7 +73,7 @@ all: ../$(PROG)
../$(PROG): $(REL) Makefile
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && cp $(PROG) $(PMAP) ..
- $(call quiet,CHECK_STACK) ../core/ao.h $(PMEM)
+ $(call quiet,CHECK_STACK) ../cc1111/ao_arch.h $(PMEM)
ao_product.h: ao-make-product.5c ../Version
$(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@