We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef6ad8 commit 489a70bCopy full SHA for 489a70b
esp-idf/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM espressif/idf:v5.1.2
+FROM espressif/idf:v5.3.1
2
3
RUN useradd -rm -d /home/wokwi wokwi
4
USER wokwi
@@ -20,3 +20,4 @@ RUN WOKWI_MCU=esp32-s3 ./compile.sh
20
RUN WOKWI_MCU=esp32-c3 ./compile.sh
21
RUN WOKWI_MCU=esp32-c6 ./compile.sh
22
RUN WOKWI_MCU=esp32-h2 ./compile.sh
23
+RUN WOKWI_MCU=esp32-p4 ./compile.sh
esp-idf/compile.sh
@@ -19,6 +19,9 @@ case ${WOKWI_MCU} in
19
"esp32-h2")
MCU="esp32h2"
;;
+"esp32-p4")
+ MCU="esp32p4"
24
+ ;;
25
"esp32-s2")
26
MCU="esp32s2"
27
0 commit comments