OVMS3-idf/examples/build_system/cmake/idf_as_lib/stubs/esp32
Renz Christian Bagaporo 705e4189db examples: fix idf as library example build on macOS
GCC prefixes underscore on symbol names on macOS, and so the set
undefined symbol `-u app_main` won't work. However, this is unecessary,
as the source file that defines it is specified directly to the
executable, and not through a static library.

Closes https://github.com/espressif/esp-idf/issues/4168
2019-11-08 16:04:05 +08:00
..
CMakeLists.txt examples: fix idf as library example build on macOS 2019-11-08 16:04:05 +08:00
cpu_start.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_system.h examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00
flash_ops.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
system_api.c examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00