X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelelco-v3.0%2FMakefile;h=55de1b231af0ddfa7845569627a1cabd4dcf5dc9;hb=5cea1324ac4a34a21324c4bb50885ffacb6d29da;hp=6005762257e8a0e72fefb395fd5012f6b01bdf76;hpb=a30f526c42177ed7d4ad239f31b7b5163e16a036;p=fw%2Faltos diff --git a/src/telelco-v3.0/Makefile b/src/telelco-v3.0/Makefile index 60057622..55de1b23 100644 --- a/src/telelco-v3.0/Makefile +++ b/src/telelco-v3.0/Makefile @@ -17,7 +17,6 @@ INC = \ ao_sample.h \ ao_pins.h \ ao_product.h \ - ao_seven_segment.h \ ao_lco.h \ ao_lco_cmd.h \ ao_lco_func.h \ @@ -25,6 +24,7 @@ INC = \ ao_radio_cmac.h \ ao_cc1200_CC1200.h \ ao_cc1200.h \ + ao_st7565.h \ ao_font.h \ ao_logo.h \ stm32f1.h @@ -48,11 +48,13 @@ ALTOS_SRC = \ ao_timer.c \ ao_mutex.c \ ao_freq.c \ + ao_adc_single_stm.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 \