feat(FreeRTOS): Modify for ESP8266

This commit is contained in:
Dong Heng
2018-08-22 10:59:29 +08:00
parent 56e89a4372
commit 8633994744
4 changed files with 21 additions and 5 deletions

View File

@ -15,5 +15,12 @@ config FREERTOS_HZ
default 100
help
Select the tick rate at which FreeRTOS does pre-emptive context switching.
config FREERTOS_MAX_HOOK
int "FreeRTOS hook max number"
range 1 16
default 2
help
configurate the max number of FreeRTOS hook function.
endmenu