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