File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/nanoframework/dev-container-azure-rtos:v1.6
1+ FROM ghcr.io/nanoframework/dev-container-azure-rtos:v1.7
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ RUN git clone --branch nf-build https://github.com/nanoframework/STM32CubeL4.git
4646 && git clone --branch nf-build https://github.com/nanoframework/STM32CubeF7.git --depth 1 ./sources/STM32CubeF7 \
4747 && git clone --branch nf-build https://github.com/nanoframework/STM32CubeF4.git --depth 1 ./sources/STM32CubeF4 \
4848 && git clone --branch nf-build https://github.com/nanoframework/STM32CubeH7.git --depth 1 ./sources/STM32CubeH7 \
49+ && git svn clone https://svn.osdn.net/svnroot/chibios/branches/stable_21.11.x -rHEAD ./sources/ChibiOs \
4950 && git clone --recursive https://github.com/azure-rtos/threadx.git --depth 1 ./sources/AzureRTOS
5051# Clone mbedtls and fatfs
5152RUN git clone --branch mbedtls-2.28.0 https://github.com/ARMmbed/mbedtls.git --depth 1 ./sources/mbedtls \
You can’t perform that action at this time.
0 commit comments