Skip to content

Commit 98abb2d

Browse files
committed
feat(esp32p4): Build libs for ESP32-P4
1 parent f7cf4b4 commit 98abb2d

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
# Required IDF version
3-
idf: ">=5.1"
3+
idf: ">=5.3"
44
espressif/esp32-camera:
55
version: "master"
66
git: https://github.com/espressif/esp32-camera.git

patches/mmu_map.diff

Lines changed: 0 additions & 24 deletions
This file was deleted.

tools/install-esp-idf.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
4040
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
4141
cd $IDF_PATH
4242
patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
43-
patch -p1 -N -i $AR_PATCHES/mmu_map.diff
4443
patch -p1 -N -i $AR_PATCHES/lwip_max_tcp_pcb.diff
4544
patch -p1 -N -i $AR_PATCHES/esp32c6_provisioning_bluedroid.diff
4645
cd -

0 commit comments

Comments
 (0)