sdk update
This commit is contained in:
parent
4c152221ad
commit
67c4a57fa5
|
@ -14,14 +14,14 @@
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# Set up ARM (STM32) SDK
|
# Set up ARM (STM32) SDK
|
||||||
ARM_SDK_DIR ?= $(TOOLS_DIR)/gcc-arm-none-eabi-6-2017-q1-update
|
ARM_SDK_DIR ?= $(TOOLS_DIR)/gcc-arm-none-eabi-6-2017-q2-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.3.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_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update
|
ARM_SDK_URL_BASE := https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-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
|
||||||
|
@ -33,7 +33,7 @@ ifdef MACOSX
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef WINDOWS
|
ifdef WINDOWS
|
||||||
ARM_SDK_URL := $(ARM_SDK_URL_BASE)-win32-zip.zip
|
ARM_SDK_URL := $(ARM_SDK_URL_BASE)-win32.zip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ARM_SDK_FILE := $(notdir $(ARM_SDK_URL))
|
ARM_SDK_FILE := $(notdir $(ARM_SDK_URL))
|
||||||
|
|
Loading…
Reference in New Issue