esp-idf/components/freertos
Angus Gratton d664e32394 build system: Use component.mk for all components, refactor bootloader build
For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1"

Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader
project works, it's now mostly independent from the parent.
2017-07-19 09:10:48 +10:00
..
include/freertos Merge branch 'feature/multi_heap' into 'master' 2017-07-12 10:53:37 +08:00
test heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
FreeRTOS-openocd.c
Kconfig freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable 2017-07-11 14:48:15 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
croutine.c
event_groups.c
license.txt
list.c
port.c pvPortMalloc: Fix regression when changing to new heap implementation 2017-07-12 11:10:11 +08:00
portasm.S
queue.c
readme_smp.txt
readme_xtensa.txt
ringbuf.c
stdint.readme
tasks.c freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable 2017-07-11 14:48:15 +08:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S Break out high-level interrupts so a component can override them 2017-07-07 12:51:33 +08:00
xtensa_vectors.S Break out high-level interrupts so a component can override them 2017-07-07 12:51:33 +08:00