esp-idf/components/freertos
Angus Gratton 79646f41b5 Fixes for stdlib.h inclusion
Refs:
http://esp32.com/viewtopic.php?f=13&t=550
http://esp32.com/viewtopic.php?f=13&t=551

rmt.c should include stdlib.h for malloc, esp_bignum,c &
https_request_main.c for abort().

FreeRTOSConfig.h is only including stdlib if
CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION is set. However, it is
included for abort() so needs to be included whenever
CONFIG_FREERTOS_ASSERT_FAIL_ABORT is set.

This change includes unconditionally in FreeRTOSConfig.h. This is to
avoid this kind of bug where compiler errors are dependent on config. I
suggest we don't change this to be more selective until we have 'make
randomconfig' style tests in CI.
2016-11-24 08:20:21 +11:00
..
include/freertos Fixes for stdlib.h inclusion 2016-11-24 08:20:21 +11:00
test add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
FreeRTOS-openocd.c
Kconfig Add a more scalable mechanism for the FreeRTOS tick- and idle hooks; idle handler now uses WAITI to reduce power 2016-11-11 19:20:54 +08:00
component.mk
croutine.c
event_groups.c
heap_regions.c
heap_regions_debug.c
license.txt
list.c
port.c
portasm.S
queue.c FreeRTOS: Use C11 _Static_assert to verify static "dummy" structs at compile time 2016-11-23 10:22:19 +11:00
readme_smp.txt
readme_xtensa.txt
ringbuf.c ringbuf: Fix case where xTaskGetTickCount() overflows but task timeout point doesn't 2016-11-16 17:56:49 +11:00
stdint.readme
tasks.c FreeRTOS: Use C11 _Static_assert to verify static "dummy" structs at compile time 2016-11-23 10:22:19 +11:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vectors.S Comment fix 2016-11-11 12:26:42 +08:00