altoslib: Check for negative tick wrap when importing flight records
[fw/altos] / src / telelco-v3.0 / Makefile
index d091b57b4134c3e606223ac1f55596d3e85fcb34..fae076adfe5ccffc3ed1d0b2e50e2f2acb419df4 100644 (file)
@@ -3,6 +3,8 @@
 #
 #
 
 #
 #
 
+STM32F1_LINKER_SCRIPT=altos-128.ld
+
 include ../stm32f1/Makefile.defs
 
 INC = \
 include ../stm32f1/Makefile.defs
 
 INC = \
@@ -15,7 +17,6 @@ INC = \
        ao_sample.h \
        ao_pins.h \
        ao_product.h \
        ao_sample.h \
        ao_pins.h \
        ao_product.h \
-       ao_seven_segment.h \
        ao_lco.h \
        ao_lco_cmd.h \
        ao_lco_func.h \
        ao_lco.h \
        ao_lco_cmd.h \
        ao_lco_func.h \
@@ -23,6 +24,7 @@ INC = \
        ao_radio_cmac.h \
        ao_cc1200_CC1200.h \
        ao_cc1200.h \
        ao_radio_cmac.h \
        ao_cc1200_CC1200.h \
        ao_cc1200.h \
+       ao_st7565.h \
        ao_font.h \
        ao_logo.h \
        stm32f1.h
        ao_font.h \
        ao_logo.h \
        stm32f1.h
@@ -46,11 +48,14 @@ ALTOS_SRC = \
        ao_timer.c \
        ao_mutex.c \
        ao_freq.c \
        ao_timer.c \
        ao_mutex.c \
        ao_freq.c \
+       ao_adc_stm.c \
+       ao_data.c \
        ao_dma_stm.c \
        ao_spi_stm.c \
        ao_beep_stm.c \
        ao_convert_volt.c \
        ao_fast_timer.c \
        ao_dma_stm.c \
        ao_spi_stm.c \
        ao_beep_stm.c \
        ao_convert_volt.c \
        ao_fast_timer.c \
+       ao_pwm_stm.c \
        ao_eeprom.c \
        ao_flash_stm.c \
        ao_usb_stm.c \
        ao_eeprom.c \
        ao_flash_stm.c \
        ao_usb_stm.c \
@@ -62,6 +67,7 @@ ALTOS_SRC = \
        ao_st7565.c \
        ao_rect.c \
        ao_text.c \
        ao_st7565.c \
        ao_rect.c \
        ao_text.c \
+       ao_text_width.c \
        ao_box.c \
        ao_copy.c \
        ao_blt.c \
        ao_box.c \
        ao_copy.c \
        ao_blt.c \
@@ -72,7 +78,7 @@ ALTOS_SRC = \
        BitstreamVeraSans-Roman-24.c \
        BitstreamVeraSans-Roman-10.c \
        BitstreamVeraSans-Roman-12.c \
        BitstreamVeraSans-Roman-24.c \
        BitstreamVeraSans-Roman-10.c \
        BitstreamVeraSans-Roman-12.c \
-       BenguiatGothicStd-Bold-26.c \
+       BenguiatGothicStd-Bold-24.c \
        ao_quadrature.c \
        ao_button.c \
        ao_event.c \
        ao_quadrature.c \
        ao_button.c \
        ao_event.c \
@@ -97,7 +103,7 @@ OBJ=$(SRC:.c=.o)
 
 all: $(PROG) $(HEX)
 
 
 all: $(PROG) $(HEX)
 
-$(PROG): Makefile $(OBJ) altos.ld
+$(PROG): Makefile $(OBJ) altos-128.ld
        $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS)
 
 $(OBJ): $(INC)
        $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS)
 
 $(OBJ): $(INC)
@@ -117,7 +123,7 @@ BitstreamVeraSans-Roman-58.c: ao_font.h
 BitstreamVeraSans-Roman-24.c: ao_font.h
 BitstreamVeraSans-Roman-10.c: ao_font.h
 BitstreamVeraSans-Roman-12.c: ao_font.h
 BitstreamVeraSans-Roman-24.c: ao_font.h
 BitstreamVeraSans-Roman-10.c: ao_font.h
 BitstreamVeraSans-Roman-12.c: ao_font.h
-BenguiatGothicStd-Bold-26.c: ao_font.h
+BenguiatGothicStd-Bold-24.c: ao_font.h
 
 install:
 
 
 install: