From bd76f0e13be80913b6dbbbd76830074d889ea891 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sat, 26 Sep 2015 14:59:16 -0700 Subject: [PATCH] Note to try different -mcpu= for LPC43xx Cortex-M0. --- firmware/application/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/application/Makefile b/firmware/application/Makefile index e875d25d4..1281ed957 100755 --- a/firmware/application/Makefile +++ b/firmware/application/Makefile @@ -213,6 +213,9 @@ INCDIR = ../common $(PORTINC) $(KERNINC) $(TESTINC) \ # Compiler settings # +# TODO: Entertain using MCU=cortex-m0.small-multiply for LPC43xx M0 core. +# However, on GCC-ARM-Embedded 4.9 2015q2, it seems to produce non-functional +# binaries. MCU = cortex-m0 #TRGT = arm-elf-