zephyr/arch/xtensa/soc/esp32
Leandro Pereira d52de29fba esp32: Fix redefinition of BIT() macro
Esp-idf defines the BIT macro that is also defined in Zephyr's
misc/util.h.  Fix the issue by including the esp-idf headers first, so
that a check in util.h won't redefine the macro if it's already
defined.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-08-19 07:50:18 -04:00
..
Kconfig.defconfig
Kconfig.soc
Makefile soc: esp32: Define __start as a C function 2017-06-21 12:35:49 -04:00
linker.ld esp32: fix linker script issues 2017-08-14 15:27:17 -04:00
soc.c esp32: Fix redefinition of BIT() macro 2017-08-19 07:50:18 -04:00