Skip to content

Commit

Permalink
Update Dockerfile.All
Browse files Browse the repository at this point in the history
Fixes for All when choosing lwIP
  • Loading branch information
networkfusion authored Nov 14, 2023
1 parent ee49899 commit f00a2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/sources/Dockerfile.All
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ RUN git clone --branch mbedtls-2.28.5 https://github.com/ARMmbed/mbedtls.git --d
RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS \
&& git clone --branch 5.5.1 https://github.com/ARM-software/CMSIS_5.git --depth 1 ./sources/CMSIS_5

# Let cmake decide and download due to current platform differences.
# Clone lwIP for NXP
RUN git clone --branch STABLE-2_0_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip-2_0_3

# RUN git clone --branch STABLE-2_0_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip
# Clone lwIP for STM32
RUN git clone --branch STABLE-2_1_2_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip
# RUN git clone --branch STABLE-2_1_2_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip

# Clone ESP-IDF
RUN git clone --branch v4.4.6 https://github.com/espressif/esp-idf --depth 1 --recursive ./sources/esp-idf
Expand Down

0 comments on commit f00a2f0

Please sign in to comment.