mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-29 06:03:18 +08:00
docs(freertos): Modify FreeRTOS HZ configuration help description
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/314
This commit is contained in:
@ -16,6 +16,8 @@ config FREERTOS_HZ
|
|||||||
help
|
help
|
||||||
Select the tick rate at which FreeRTOS does pre-emptive context switching.
|
Select the tick rate at which FreeRTOS does pre-emptive context switching.
|
||||||
|
|
||||||
|
The value must be the divisor of 1000, otherwise it may cause time mistake.
|
||||||
|
|
||||||
config FREERTOS_MAX_HOOK
|
config FREERTOS_MAX_HOOK
|
||||||
int "FreeRTOS hook max number"
|
int "FreeRTOS hook max number"
|
||||||
range 1 16
|
range 1 16
|
||||||
|
Reference in New Issue
Block a user