zephyr/drivers/pinmux
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
..
beetle
dev
stm32
Kconfig drivers: pinmux: Add pin multiplexer driver for ESP32 2017-08-09 12:26:14 -07:00
Kconfig.beetle
Kconfig.cc2650
Kconfig.esp32 drivers: pinmux: Add pin multiplexer driver for ESP32 2017-08-09 12:26:14 -07:00
Kconfig.fe310
Kconfig.mcux
Kconfig.stm32
Makefile drivers: pinmux: Add pin multiplexer driver for ESP32 2017-08-09 12:26:14 -07:00
pinmux_cc2650.c
pinmux_esp32.c esp32: Fix redefinition of BIT() macro 2017-08-19 07:50:18 -04:00
pinmux_fe310.c
pinmux_mcux.c
pinmux_qmsi.c
pinmux_quark_mcu.h
pinmux.h