altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / stm / Makefile-stm.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 include $(TOPDIR)/Makefile.defs
6
7 vpath % $(TOPDIR)/stm:$(AO_VPATH)
8
9 CC=$(ARM_CC)
10 LIBS=-L$(NEWLIB_NANO)/arm-none-eabi/lib/thumb/v7-m -lm -lc -lgcc
11
12 STM_CFLAGS=-mlittle-endian -mcpu=cortex-m3 -mthumb \
13         -I$(TOPDIR)/stm $(AO_CFLAGS) $(NEWLIB_CFLAGS)