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 7acc3a8 commit 3d8c5d5Copy full SHA for 3d8c5d5
CHANGELOG.md
@@ -8,6 +8,7 @@
8
* fix(pre-commit): update the pre-commit script
9
* fix(docs): update README
10
* fix(conf): update comments of custom config file
11
+* fix(examples): enable CPU 240M and task WDT default in esp_idf/lvgl_v8_port
12
13
## v1.0.1 - 2025-03-13
14
examples/esp_idf/lvgl_v8_port/sdkconfig.defaults
@@ -1,4 +1,3 @@
1
-CONFIG_ESP_TASK_WDT_EN=n
2
CONFIG_FREERTOS_HZ=1000
3
CONFIG_COMPILER_CXX_EXCEPTIONS=y
4
examples/esp_idf/lvgl_v8_port/sdkconfig.defaults.esp32s3
@@ -1,3 +1,5 @@
+CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
+
CONFIG_COMPILER_OPTIMIZATION_PERF=y
5
CONFIG_SPIRAM=y
0 commit comments