X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=3b1b671b27294d50e01dec5dd0a67b3445380476;hp=340967fcc1c2390bf22d5af40a58e90586faddc2;hb=97efce5f7ff227aaa8990529217d3d10db3443dc;hpb=bd02349111ae0f39b320e6a10a330051ddc39fdf diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 340967fc..3b1b671b 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -32,6 +32,7 @@ ALTOS_SRC = \ ao_dma_stm.c \ ao_spi_stm.c \ ao_adc_stm.c \ + ao_data.c \ ao_i2c_stm.c \ ao_usb_stm.c \ ao_exti_stm.c \ @@ -43,7 +44,7 @@ PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO IDPRODUCT=0x000a -CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -O0 +CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os PROG=stm-demo