"At least it builds, now"

This commit is contained in:
furrtek
2016-02-05 17:40:14 +01:00
parent 8009a9b543
commit c81ba5be8e
27 changed files with 112 additions and 88 deletions

View File

@@ -172,6 +172,7 @@ CPPSRC = main.cpp \
ui_spectrum.cpp \
ui_loadmodule.cpp \
ui_afskrx.cpp \
ui_afsksetup.cpp \
ui_sigfrx.cpp \
ui_xylos.cpp \
ui_numbers.cpp \
@@ -246,7 +247,7 @@ INCDIR = ../common $(PORTINC) $(KERNINC) $(TESTINC) \
MCU = cortex-m0
#TRGT = arm-elf-
TRGT = arm-none-eabi-
TRGT = /usr/local/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.