File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN git clone --branch v6.4.0_rel --recursive https://github.com/eclipse-threadx
80
80
# Clone dependent repos (mbedtls, fatfs and littlefs)
81
81
RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
82
82
&& git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
83
- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
83
+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
84
84
&& cd ./sources/mbedtls \
85
85
&& git submodule update --init --recursive
86
86
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git svn clone http://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x -rHE
15
15
cd /sources/ChibiOs-Contrib
16
16
git pull origin chibios-21.11.x
17
17
cd /sources/mbedtls
18
- git pull origin mbedtls-3.6.0
18
+ git pull origin mbedtls-3.6.4
19
19
git submodule update --init
20
20
cd /sources/fatfs
21
21
git pull origin R0.15a
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN git clone --branch v6.4.0_rel --recursive https://github.com/eclipse-threadx
69
69
# Clone dependent repos (mbedtls, fatfs and littlefs)
70
70
RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
71
71
&& git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
72
- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
72
+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
73
73
&& cd ./sources/mbedtls \
74
74
&& git submodule update --init --recursive
75
75
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN git clone --branch nf-build https://github.com/nanoframework/STM32CubeL4.git
68
68
RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
69
69
&& git clone --branch v2.9.3 https://github.com/littlefs-project/littlefs --depth 1 ./sources/littlefs \
70
70
&& git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip \
71
- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
71
+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
72
72
&& cd ./sources/mbedtls \
73
73
&& git submodule update --init --recursive
74
74
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN mkdir -p /usr/local/bin/gcc
57
57
# Clone libs mbedtls and fatfs etc.
58
58
RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs \
59
59
&& git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip \
60
- && git clone --branch mbedtls-3.6.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
60
+ && git clone --branch mbedtls-3.6.4 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
61
61
&& cd ./sources/mbedtls \
62
62
&& git submodule update --init --recursive
63
63
Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ function(nf_add_mbedtls_library)
753
753
754
754
# set tag for currently supported version
755
755
# WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
756
- set (MBEDTLS_GIT_TAG "mbedtls-3.6.0 " )
756
+ set (MBEDTLS_GIT_TAG "mbedtls-3.6.4 " )
757
757
758
758
# set options for Mbed TLS
759
759
option (ENABLE_TESTING "no testing when building Mbed TLS." OFF )
You can’t perform that action at this time.
0 commit comments