mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
Note to try different -mcpu= for LPC43xx Cortex-M0.
This commit is contained in:
parent
e9f28f9ef3
commit
bd76f0e13b
@ -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-
|
||||
|
Loading…
Reference in New Issue
Block a user