zephyr/arch/xtensa/soc/esp32
Leandro Pereira 02bc5fa8e0 soc: esp32: Enable building with newer ESP-IDF
ESP-IDF commit cb31222e added the dependency on a file named
"sdkconfig.h", which is equivalent to "autoconf.h" generated by kbuild
used in Zephyr.  It does not depend on anything from that file, though,
so just provide an empty file to keep the compiler from complaining.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-03-05 19:49:06 -05:00
..
include xtensa: Interrupt generator script and output for qemu & esp32 2018-02-16 10:44:29 -05:00
CMakeLists.txt kernel, esp32: Add _arch_start_cpu API 2018-02-16 10:44:29 -05:00
Kconfig.defconfig kernel, esp32: Add SMP kconfig flag and MP_NUM_CPUS variable 2018-02-16 10:44:29 -05:00
Kconfig.soc
esp32-mp.c soc: esp32: Fix compile warnings when redefining BIT() macro 2018-02-20 16:23:53 -05:00
linker.ld esp32: Move hard firmware function addresses to the linker script 2018-02-16 10:44:29 -05:00
sdkconfig.h soc: esp32: Enable building with newer ESP-IDF 2018-03-05 19:49:06 -05:00
soc.c kernel: Move per-cpu _kernel_t fields into separate struct 2018-02-16 10:44:29 -05:00
soc.h esp32: Move hard firmware function addresses to the linker script 2018-02-16 10:44:29 -05:00