Skip to content

Commit 489a70b

Browse files
committed
chore(esp-idf): esp-idf v5.3.1
1 parent eef6ad8 commit 489a70b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

esp-idf/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM espressif/idf:v5.1.2
1+
FROM espressif/idf:v5.3.1
22

33
RUN useradd -rm -d /home/wokwi wokwi
44
USER wokwi
@@ -20,3 +20,4 @@ RUN WOKWI_MCU=esp32-s3 ./compile.sh
2020
RUN WOKWI_MCU=esp32-c3 ./compile.sh
2121
RUN WOKWI_MCU=esp32-c6 ./compile.sh
2222
RUN WOKWI_MCU=esp32-h2 ./compile.sh
23+
RUN WOKWI_MCU=esp32-p4 ./compile.sh

esp-idf/compile.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ case ${WOKWI_MCU} in
1919
"esp32-h2")
2020
MCU="esp32h2"
2121
;;
22+
"esp32-p4")
23+
MCU="esp32p4"
24+
;;
2225
"esp32-s2")
2326
MCU="esp32s2"
2427
;;

0 commit comments

Comments
 (0)