diff options
| author | Keith Packard <keithp@keithp.com> | 2012-04-07 18:55:20 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-04-07 18:55:20 -0700 |
| commit | 9b9357f48597a034211affb3f18fc6089816456d (patch) | |
| tree | e34ba9dc0dde3ad5c1dc2cafe412dc26c22381e3 /src/stm-demo/Makefile | |
| parent | b5e9d14b4e3e8f29ad8a7bb9b339890be4bcfa2f (diff) | |
altos: Add ADC tests to stm-demo
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index c1f49371..26c81a82 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -29,13 +29,14 @@ ALTOS_SRC = \ ao_lcd_font.c \ ao_mutex.c \ ao_dma_stm.c \ - ao_spi_stm.c + ao_spi_stm.c \ + ao_adc_stm.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO IDPRODUCT=0x000a -CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os +CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -O0 PROG=stm-demo |
