@@ -58,10 +58,10 @@ RUN git clone --branch nf-build https://github.com/nanoframework/STM32CubeL4.git
5858 && git clone --branch nf-build https://github.com/nanoframework/STM32CubeF4.git --depth 1 ./sources/STM32CubeF4 \
5959 && git clone --branch nf-build https://github.com/nanoframework/STM32CubeH7.git --depth 1 ./sources/STM32CubeH7 \
6060 && git clone --recursive https://github.com/azure-rtos/threadx.git --depth 1 ./sources/AzureRTOS \
61- && git svn clone https://svn.osdn.net/svnroot/chibios/branches/stable_21.6 .x -rHEAD ./sources/ChibiOs \
61+ && git svn clone https://svn.osdn.net/svnroot/chibios/branches/stable_21.11 .x -rHEAD ./sources/ChibiOs \
6262 && git clone --branch nanoframework https://github.com/nanoframework/ChibiOS-Contrib.git --depth 1 ./sources/ChibiOs-Contrib
6363# Clone mbedtls and fatfs
64- RUN git clone --branch mbedtls-2.26 .0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
64+ RUN git clone --branch mbedtls-2.28 .0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
6565 && git clone --branch R0.14 https://github.com/abbrev/fatfs.git --depth 1 ./sources/fatfs
6666# Clone FreeRTOS and what is needed for ESP32
6767RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS \
@@ -74,14 +74,14 @@ RUN git clone --branch STABLE-2_0_3_RELEASE https://git.savannah.nongnu.org/git/
7474ENV GIT_SSL_NO_VERIFY=0
7575
7676# Clone ESP-IDF
77- RUN git clone --branch v4.3.1 https://github.com/espressif/esp-idf --depth 1 --recursive ./sources/esp-idf
77+ RUN git clone --branch v4.3.2 https://github.com/espressif/esp-idf --depth 1 --recursive ./sources/esp-idf
7878
7979# Clone what is needed for TI
8080RUN git clone --branch 4.10.00.07 https://github.com/nanoframework/SimpleLink_CC32xx_SDK.git --depth 1 ./sources/SimpleLinkCC32 \
8181 # you can't use the nanoFramework repository as it's Windows only
8282 # && git clone --branch 3.61.00.16 https://github.com/nanoframework/TI_XDCTools.git --depth 1 ./sources/TI_XDCTools \
83- && git clone --branch 5.10.00.48 https://github.com/nanoframework/SimpleLink_CC13x2_26x2_SDK .git --depth 1 ./sources/SimpleLinkCC13 \
84- && git clone --branch 1.8.1 https://github.com/nanoframework/TI_SysConfig.git --depth 1 ./sources/TI_SysConfig \
83+ && git clone --branch 5.30.01.01 https://github.com/nanoframework/SimpleLink_CC13xx_26xx_SDK .git --depth 1 ./sources/SimpleLinkCC13 \
84+ && git clone --branch 1.10.0 https://github.com/nanoframework/TI_SysConfig.git --depth 1 ./sources/TI_SysConfig \
8585 && chmod +x ./sources/TI_SysConfig/sysconfig_cli.sh
8686
8787# Copy from our other container
@@ -104,7 +104,7 @@ RUN ln -fs /usr/bin/python3 /usr/bin/python \
104104ENV IDF_PATH=/sources/esp-idf
105105RUN python -m pip install -r $IDF_PATH/requirements.txt
106106RUN $IDF_PATH/install.sh
107- ENV PATH=$PATH:/$IDF_PATH/components/esptool_py/esptool:/$IDF_PATH/components/espcoredump:/$IDF_PATH/components/partition_table/:/$IDF_PATH/tools/:$IDF_PATH/components/app_update:/root/.espressif/tools/xtensa-esp32-elf/esp-2021r1 -8.4.0/xtensa-esp32-elf/bin:/root/.espressif/tools/xtensa-esp32s2-elf/esp-2021r1 -8.4.0/xtensa-esp32s2-elf/bin:/root/.espressif/tools/riscv32-esp-elf/esp-2021r1 -8.4.0/riscv32-esp-elf/bin
107+ ENV PATH=$PATH:/$IDF_PATH/components/esptool_py/esptool:/$IDF_PATH/components/espcoredump:/$IDF_PATH/components/partition_table/:/$IDF_PATH/tools/:$IDF_PATH/components/app_update:/root/.espressif/tools/xtensa-esp32-elf/esp-2021r2 -8.4.0/xtensa-esp32-elf/bin:/root/.espressif/tools/xtensa-esp32s2-elf/esp-2021r2 -8.4.0/xtensa-esp32s2-elf/bin:/root/.espressif/tools/riscv32-esp-elf/esp-2021r2 -8.4.0/riscv32-esp-elf/bin
108108
109109# Clean up downloaded files
110110RUN apt-get autoremove -y \
0 commit comments