OVMS3-idf/examples/04_https_request/main
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
..
component.mk examples: Update component.mk for new conventions 2016-11-16 14:20:47 +11:00
https_request_main.c Fixes for stdlib.h inclusion 2016-11-24 08:20:21 +11:00
Kconfig.projbuild Add very simple "hello world" & "blink" examples 2016-09-27 12:06:54 +10:00
server_root_cert.pem build system: Add support for embedded arbitrary binary or text files in .rodata 2016-11-08 11:13:54 +11:00