diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/test/Makefile b/test/Makefile index 0891b70..3bf5a70 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,15 +1,6 @@ -MCU = IMXRT1062 -MCU_DEF = ARDUINO_TEENSY40 +include $(TEENSY_PATH)/include/flags.mk -OPTIONS = -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -OPTIONS += -D__$(MCU)__ -DARDUINO=10813 -DTEENSYDUINO=154 -D$(MCU_DEF) - -CPU_OPTIONS = -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -mthumb - -CPPFLAGS = $(NIX_CFLAGS_COMPILE) -Wall -g -O2 $(CPU_OPTIONS) -MMD $(OPTIONS) -I. -ffunction-sections -fdata-sections -CXXFLAGS = -std=gnu++20 -felide-constructors -fno-exceptions -fpermissive -fno-rtti -Wno-error=narrowing - -LDFLAGS += -Os -Wl,--gc-sections,--relax $(CPU_OPTIONS) +CXXFLAGS += -std=gnu++20 LIBS = -lm -lstdc++ -lteensy-core |