OVMS3-idf/components/esp_common
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
..
include global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
src Fix includes in esp_err_to_name.c.in. 2019-05-06 14:52:13 +02:00
CMakeLists.txt global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
component.mk move common source files from esp32 to esp_common 2019-03-22 10:35:03 +08:00