Skip to content

Commit 226e35b

Browse files
sjancnordicjm
authored andcommitted
ci: mynewt: Update external repositories
Match version with what is now used in upstream Mynewt. Also add ARM CMSIS which is now taken from original repo. Signed-off-by: Szymon Janc <[email protected]>
1 parent ca02c75 commit 226e35b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci/mynewt_install.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ shallow_clone_mynewt() {
3636
[[ $? -ne 0 ]] && exit 1
3737

3838
# nrfx is now taken from original repository
39-
git clone --depth=1 --branch v2.8.0 https://github.com/NordicSemiconductor/nrfx.git repos/nordic-nrfx
39+
git clone --depth=1 --branch v3.3.0 https://github.com/NordicSemiconductor/nrfx.git repos/nordic-nrfx
4040
[[ $? -ne 0 ]] && exit 1
4141

4242
# Mbed-TLS is now taken from original repository
43-
git clone --depth=1 --branch v2.28.3 https://github.com/Mbed-TLS/mbedtls.git repos/mbedtls
43+
git clone --depth=1 --branch v2.28.4 https://github.com/Mbed-TLS/mbedtls.git repos/mbedtls
44+
[[ $? -ne 0 ]] && exit 1
45+
46+
# CMSIS is now taken from original repository
47+
git clone --depth=1 --branch 5.4.0 https://github.com/ARM-software/CMSIS_5.git repos/arm-CMSIS_5
4448
[[ $? -ne 0 ]] && exit 1
4549
}
4650

0 commit comments

Comments
 (0)