diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-14 19:37:48 +0100 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-24 16:38:27 +0100 |
commit | 1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 (patch) | |
tree | 147dbe61c9ac8332c25e51b5d85b294990d423ac /testhal/KINETIS/TEENSY_LC | |
parent | a109d62f0ac2da3dbf6cf1ac28ae99ec30f0d6c1 (diff) | |
download | ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.gz ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.bz2 ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.zip |
[KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus.
Diffstat (limited to 'testhal/KINETIS/TEENSY_LC')
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile | 2 | ||||
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile | 2 | ||||
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/PWM/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile index 7a3b78a..8fb8fd7 100644 --- a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile +++ b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile @@ -148,7 +148,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings # -MCU = cortex-m0 +MCU = cortex-m0plus #TRGT = arm-elf- TRGT = arm-none-eabi- diff --git a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile index ada2fa4..3bb3a2a 100644 --- a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile +++ b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile @@ -149,7 +149,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings # -MCU = cortex-m0 +MCU = cortex-m0plus #TRGT = arm-elf- TRGT = arm-none-eabi- diff --git a/testhal/KINETIS/TEENSY_LC/PWM/Makefile b/testhal/KINETIS/TEENSY_LC/PWM/Makefile index fc9ec80..1e13aad 100644 --- a/testhal/KINETIS/TEENSY_LC/PWM/Makefile +++ b/testhal/KINETIS/TEENSY_LC/PWM/Makefile @@ -149,7 +149,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings # -MCU = cortex-m0 +MCU = cortex-m0plus #TRGT = arm-elf- TRGT = arm-none-eabi- |