esp-idf/components/freertos
Daniel Campora 01ad387ac8 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
2017-03-22 15:21:38 +08:00
..
include/freertos freertos: Add config parameters to customize FreeRTOS behaviour. 2017-03-22 15:21:38 +08:00
test Malloc test: tabs -> spaces, fix description 2017-03-08 19:44:57 +08:00
FreeRTOS-openocd.c
Kconfig freertos: Add config parameters to customize FreeRTOS behaviour. 2017-03-22 15:21:38 +08:00
component.mk
croutine.c
event_groups.c freertos: Fix cross-core usage of event groups 2017-02-28 12:06:36 +11:00
heap_regions.c
heap_regions_debug.c
license.txt
list.c
port.c Add xPortInIsrContext function + unit test. This function returns true when the current CPU runs in an interrupt handler context. 2017-03-02 17:00:32 +08:00
portasm.S
queue.c
readme_smp.txt
readme_xtensa.txt
ringbuf.c
stdint.readme
tasks.c freertos: Add config parameters to customize FreeRTOS behaviour. 2017-03-22 15:21:38 +08:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vectors.S