esp-idf/components/freertos
Ivan Grokhotkov 654124adf0 freertos: don't create timer task if timer APIs are not used
Saves 2496 bytes of heap for the hello-world app on the ESP32,
and 4080 bytes of heap on the ESP32-S2 (due to IRAM savings).
2020-10-02 17:58:36 +02:00
..
include/freertos
test
xtensa Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
CMakeLists.txt intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
FreeRTOS-openocd.c
Kconfig Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
component.mk
croutine.c
event_groups.c
license.txt
linker.lf
list.c
queue.c
sdkconfig.rename
stdint.readme
tasks.c freertos: don't create timer task if timer APIs are not used 2020-10-02 17:58:36 +02:00
timers.c