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.
2 parents 62fe998 + 5621a0e commit c0de14dCopy full SHA for c0de14d
examples/espidf-ulp-lp/platformio.ini
@@ -11,3 +11,8 @@
11
platform = espressif32
12
framework = espidf
13
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
@@ -4,8 +4,6 @@
4
CONFIG_ULP_COPROC_ENABLED=y
5
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
6
CONFIG_ULP_COPROC_RESERVE_MEM=8128
7
-CONFIG_ULP_SHARED_MEM=0x10
8
-
9
# Set log level to Warning to produce clean output
10
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
CONFIG_BOOTLOADER_LOG_LEVEL=2
0 commit comments