Skip to content

Commit c0de14d

Browse files
authored
Merge branch 'Arduino/IDF53' into Arduino/IDF53_work_hybrid
2 parents 62fe998 + 5621a0e commit c0de14d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/espidf-ulp-lp/platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@
1111
platform = espressif32
1212
framework = espidf
1313
board = esp32-c6-devkitc-1
14+
15+
[env:esp32-p4]
16+
platform = espressif32
17+
framework = espidf
18+
board = esp32-p4

examples/espidf-ulp-lp/sdkconfig.defaults

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
CONFIG_ULP_COPROC_ENABLED=y
55
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
66
CONFIG_ULP_COPROC_RESERVE_MEM=8128
7-
CONFIG_ULP_SHARED_MEM=0x10
8-
97
# Set log level to Warning to produce clean output
108
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
119
CONFIG_BOOTLOADER_LOG_LEVEL=2

0 commit comments

Comments
 (0)