From bc52bb901d7a720b0208c7c4fc2b4f12e6a335cf Mon Sep 17 00:00:00 2001 From: Roger Clark Date: Sat, 7 Nov 2015 20:43:33 +1100 Subject: [PATCH] Removed support for IDE's prior to 1.6.3 from all cores --- GD32F1/platform.rewrite.keys.txt | 2 -- GD32F1/platform.txt | 2 +- STM32F3/platform.rewrite.keys.txt | 2 -- STM32F3/platform.txt | 2 +- STM32F4/platform.rewrite.keys.txt | 2 -- STM32F4/platform.txt | 2 +- 6 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 GD32F1/platform.rewrite.keys.txt delete mode 100644 STM32F3/platform.rewrite.keys.txt delete mode 100644 STM32F4/platform.rewrite.keys.txt diff --git a/GD32F1/platform.rewrite.keys.txt b/GD32F1/platform.rewrite.keys.txt deleted file mode 100644 index 43eb149..0000000 --- a/GD32F1/platform.rewrite.keys.txt +++ /dev/null @@ -1,2 +0,0 @@ -old.0.compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ -new.0.compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ diff --git a/GD32F1/platform.txt b/GD32F1/platform.txt index 7726118..3cd1d25 100644 --- a/GD32F1/platform.txt +++ b/GD32F1/platform.txt @@ -14,7 +14,7 @@ compiler.warning_flags.all=-Wall -Wextra -DDEBUG_LEVEL=DEBUG_ALL # compiler variables # ---------------------- -compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ +compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ compiler.c.cmd=arm-none-eabi-gcc compiler.c.flags=-c -g -Os {compiler.warning_flags} -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin} compiler.c.elf.cmd=arm-none-eabi-g++ diff --git a/STM32F3/platform.rewrite.keys.txt b/STM32F3/platform.rewrite.keys.txt deleted file mode 100644 index 43eb149..0000000 --- a/STM32F3/platform.rewrite.keys.txt +++ /dev/null @@ -1,2 +0,0 @@ -old.0.compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ -new.0.compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ diff --git a/STM32F3/platform.txt b/STM32F3/platform.txt index f45f1e6..1fb3f8a 100644 --- a/STM32F3/platform.txt +++ b/STM32F3/platform.txt @@ -10,7 +10,7 @@ version=0.1.0 # ---------------------- #build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1 -compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ +compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ compiler.c.cmd=arm-none-eabi-gcc compiler.c.flags=-c -g -Os -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin} compiler.c.elf.cmd=arm-none-eabi-g++ diff --git a/STM32F4/platform.rewrite.keys.txt b/STM32F4/platform.rewrite.keys.txt deleted file mode 100644 index 43eb149..0000000 --- a/STM32F4/platform.rewrite.keys.txt +++ /dev/null @@ -1,2 +0,0 @@ -old.0.compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ -new.0.compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ diff --git a/STM32F4/platform.txt b/STM32F4/platform.txt index 9ac8a78..6c92d1a 100644 --- a/STM32F4/platform.txt +++ b/STM32F4/platform.txt @@ -10,7 +10,7 @@ version=0.1.0 # ---------------------- #build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1 -compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/ +compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/ compiler.c.cmd=arm-none-eabi-gcc compiler.c.flags=-c -g -Os -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin} compiler.c.elf.cmd=arm-none-eabi-g++