Skip to content

Commit

Permalink
Merge pull request #9134 from dhalbert/espressif-freertos-ticks-1ms
Browse files Browse the repository at this point in the history
CONFIG_FREERTOS_HZ = 1000
  • Loading branch information
tannewt authored Apr 2, 2024
2 parents e444364 + 332375d commit e35d277
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ports/espressif/esp-idf-config/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,23 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
# CONFIG_ESP_DEBUG_OCDAWARE is not set
# end of ESP System Settings


#
# Wi-Fi
#
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
# end of Wi-Fi

#
# FreeRTOS
#

#
# Kernel
#
CONFIG_FREERTOS_HZ=1000
# end of Kernel

#
# LWIP
#
Expand Down

0 comments on commit e35d277

Please sign in to comment.