Skip to content

Commit 86825a6

Browse files
committed
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.
1 parent 21c6c90 commit 86825a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/mbedtls/importer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#
2828

2929
# Set the mbed TLS release to import (this can/should be edited before import)
30-
MBED_TLS_RELEASE ?= mbedtls-2.15.1
31-
MBED_TLS_REPO_URL ?= [email protected]:ARMmbed/mbedtls-restricted.git
30+
MBED_TLS_RELEASE ?= development
31+
MBED_TLS_REPO_URL ?= [email protected]:ARMmbed/mbedtls.git
3232

3333
# Translate between mbed TLS namespace and mbed namespace
3434
TARGET_PREFIX:=../

0 commit comments

Comments
 (0)