1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

SDK Update to 6.3.1 2017q1

This commit is contained in:
TheAngularity 2017-03-01 19:47:26 +01:00 committed by GitHub
parent 67ac6dfefa
commit f7b731da7b
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ install:
- make arm_sdk_install - make arm_sdk_install
before_script: before_script:
- tools/gcc-arm-none-eabi-6_2-2016q4/bin/arm-none-eabi-gcc --version - tools/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc --version
- clang --version - clang --version
- clang++ --version - clang++ --version

View file

@ -14,14 +14,14 @@
############################## ##############################
# Set up ARM (STM32) SDK # Set up ARM (STM32) SDK
ARM_SDK_DIR := $(TOOLS_DIR)/gcc-arm-none-eabi-6_2-2016q4 ARM_SDK_DIR := $(TOOLS_DIR)/gcc-arm-none-eabi-6-2017-q1-update
# Checked below, Should match the output of $(shell arm-none-eabi-gcc -dumpversion) # Checked below, Should match the output of $(shell arm-none-eabi-gcc -dumpversion)
GCC_REQUIRED_VERSION ?= 6.2.1 GCC_REQUIRED_VERSION ?= 6.3.1
## arm_sdk_install : Install Arm SDK ## arm_sdk_install : Install Arm SDK
.PHONY: arm_sdk_install .PHONY: arm_sdk_install
ARM_SDK_URL_BASE := https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2016q4/gcc-arm-none-eabi-6_2-2016q4-20161216 ARM_SDK_URL_BASE := https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update
# source: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads # source: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
ifdef LINUX ifdef LINUX