Skip to content

Commit 3d8c5d5

Browse files
committed
fix(examples): enable CPU 240M and task WDT default in esp_idf/lvgl_v8_port
1 parent 7acc3a8 commit 3d8c5d5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* fix(pre-commit): update the pre-commit script
99
* fix(docs): update README
1010
* fix(conf): update comments of custom config file
11+
* fix(examples): enable CPU 240M and task WDT default in esp_idf/lvgl_v8_port
1112

1213
## v1.0.1 - 2025-03-13
1314

examples/esp_idf/lvgl_v8_port/sdkconfig.defaults

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_ESP_TASK_WDT_EN=n
21
CONFIG_FREERTOS_HZ=1000
32
CONFIG_COMPILER_CXX_EXCEPTIONS=y
43

examples/esp_idf/lvgl_v8_port/sdkconfig.defaults.esp32s3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
2+
13
CONFIG_COMPILER_OPTIMIZATION_PERF=y
24

35
CONFIG_SPIRAM=y

0 commit comments

Comments
 (0)