Skip to content

Commit 332375d

Browse files
committed
CONFIG_FREERTOS_HZ = 1000
1 parent e444364 commit 332375d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,23 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
3636
# CONFIG_ESP_DEBUG_OCDAWARE is not set
3737
# end of ESP System Settings
3838

39+
3940
#
4041
# Wi-Fi
4142
#
4243
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
4344
# end of Wi-Fi
4445

46+
#
47+
# FreeRTOS
48+
#
49+
50+
#
51+
# Kernel
52+
#
53+
CONFIG_FREERTOS_HZ=1000
54+
# end of Kernel
55+
4556
#
4657
# LWIP
4758
#

0 commit comments

Comments
 (0)