altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / lpc / Makefile-lpc.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 # Disable floating-point support in printf to save space
6
7 PICOLIBC_PRINTF_CFLAGS = -DPICOLIBC_INTEGER_PRINTF_SCANF
8
9 include $(TOPDIR)/Makefile.defs
10
11 vpath % $(TOPDIR)/lpc:$(AO_VPATH)
12
13 CC=$(ARM_CC)
14
15 LIBS=-lm
16
17 LPC_CFLAGS=-mlittle-endian -mcpu=cortex-m0 -mthumb\
18          -I$(TOPDIR)/lpc $(AO_CFLAGS) $(PICOLIBC_CFLAGS)