mirror of https://github.com/ARMmbed/mbed-os.git
Move the Mbed TLS target to the development branch
Before moving to the new release of Mbed TLS, this moves the default imported version of Mbed TLS to the development branch, and will import the HEAD of the branch, not just a specific release.pull/9920/head
parent
21c6c90519
commit
86825a65b6
|
@ -27,8 +27,8 @@
|
|||
#
|
||||
|
||||
# Set the mbed TLS release to import (this can/should be edited before import)
|
||||
MBED_TLS_RELEASE ?= mbedtls-2.15.1
|
||||
MBED_TLS_REPO_URL ?= git@github.com:ARMmbed/mbedtls-restricted.git
|
||||
MBED_TLS_RELEASE ?= development
|
||||
MBED_TLS_REPO_URL ?= git@github.com:ARMmbed/mbedtls.git
|
||||
|
||||
# Translate between mbed TLS namespace and mbed namespace
|
||||
TARGET_PREFIX:=../
|
||||
|
|
Loading…
Reference in New Issue