]> granicus.if.org Git - esp-idf/commit
freertos: Add config parameters to customize FreeRTOS behaviour.
authorDaniel Campora <daniel@pycom.io>
Mon, 20 Mar 2017 21:32:01 +0000 (22:32 +0100)
committerAngus Gratton <angus@espressif.com>
Wed, 22 Mar 2017 07:21:38 +0000 (15:21 +0800)
commit01ad387ac82194341f17ef2ab49ba2a8c38ccdfb
tree82cb0ec5861e3a921df6ff607b77d8dec53ec655
parent3e7b786af5d5b7f9b93054b551691d8306284ed6
freertos: Add config parameters to customize FreeRTOS behaviour.

The options are:
    - SUPPORT_STATIC_ALLOCATION
    - ENABLE_STATIC_TASK_CLEAN_UP_HOOK
    - TIMER_TASK_PRIORITY
    - TIMER_TASK_STACK_DEPTH
    - TIMER_QUEUE_LENGTH

Merges #444 https://github.com/espressif/esp-idf/pull/444
components/freertos/Kconfig
components/freertos/include/freertos/FreeRTOSConfig.h
components/freertos/tasks.c