esp-idf/components/esp_common/src
Hagen Fritsch 051b5c45c5 Fix includes in esp_err_to_name.c.in.
esp_err_t provided by esp_err.h and thus is required and not optional.
While the python script adds the header, it wraps it with an __has_include
directive that is not supported on all compilers (notably GCC 4.8).

Closes https://github.com/espressif/esp-idf/pull/3424
2019-05-06 14:52:13 +02:00
..
dbg_stubs.c move common include files from esp32 into esp_common 2019-03-26 11:57:03 +08:00
esp_err_to_name.c Fix includes in esp_err_to_name.c.in. 2019-05-06 14:52:13 +02:00
esp_err_to_name.c.in Fix includes in esp_err_to_name.c.in. 2019-05-06 14:52:13 +02:00
esp_timer.c global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
ets_timer_legacy.c move common source files from esp32 to esp_common 2019-03-22 10:35:03 +08:00
freertos_hooks.c misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
ipc.c misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
pm_locks.c move common source files from esp32 to esp_common 2019-03-22 10:35:03 +08:00
stack_check.c move common source files from esp32 to esp_common 2019-03-22 10:35:03 +08:00