zephyr/arch/xtensa
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
..
core arch: xtensa: Move exception table to xtensa_intr.c 2017-08-09 12:26:14 -07:00
include arches: move _NanoFatalErrorHandler defintion 2017-07-18 09:34:23 +03:00
soc esp32: Fix redefinition of BIT() macro 2017-08-19 07:50:18 -04:00
Kbuild Xtensa port: Added Kbuild file for Xtensa arch. 2017-02-13 08:04:27 -08:00
Kconfig arch: xtensa: Remove mentions of dynamic interrupt settings 2017-08-09 12:26:14 -07:00
Makefile arch: xtensa: Use CONFIG_SIMULATOR_XTENSA to set XT_{BOARD,SIMULATOR} 2017-06-21 18:09:13 -04:00