X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f103-nucleo%2FMakefile;h=72b84b67dcb2e2b4231531da93215a069107ce18;hb=22b5d1a98a86ac4d2d0ef12565a01e3591f9afb9;hp=b6abf8c45caa81b0a1cab86e101e25a53fda474b;hpb=b23ac7ea00ec26779354869765ced9caa2d05738;p=fw%2Faltos diff --git a/src/stm32f103-nucleo/Makefile b/src/stm32f103-nucleo/Makefile index b6abf8c4..72b84b67 100644 --- a/src/stm32f103-nucleo/Makefile +++ b/src/stm32f103-nucleo/Makefile @@ -1,4 +1,4 @@ -include ../stm32f1/Makefile-raw.defs +include ../stm32f1/Makefile.defs INC = \ ao.h \ @@ -7,12 +7,15 @@ INC = \ ao_arch_funcs.h \ ao_exti.h \ ao_product.h \ + ao_st7565.h \ stm32f1.h \ Makefile ALTOS_SRC = \ ao_clock.c \ ao_timer.c \ + ao_mutex.c \ + ao_boot_chain.c \ ao_interrupt.c \ ao_product.c \ ao_romconfig.c \ @@ -22,6 +25,22 @@ ALTOS_SRC = \ ao_stdio.c \ ao_serial_stm.c \ ao_usb_stm.c \ + ao_dma_stm.c \ + ao_spi_stm.c \ + ao_st7565.c \ + ao_rect.c \ + ao_text.c \ + ao_box.c \ + ao_copy.c \ + ao_blt.c \ + ao_line.c \ + ao_logo.c \ + ao_poly.c \ + BitstreamVeraSans-Roman-58.c \ + BitstreamVeraSans-Roman-24.c \ + BitstreamVeraSans-Roman-10.c \ + BitstreamVeraSans-Roman-12.c \ + BenguiatGothicStd-Bold-26.c \ ao_cmd.c PRODUCT=Nucleo-f103