zephyr/drivers
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
..
adc
aio
bluetooth
clock_control
console
counter
crc
crypto
display
dma
ethernet
flash
gpio
grove
i2c
i2s
ieee802154
interrupt_controller
ipm
pci
pinmux
pwm
random
rtc
sensor
serial
shared_irq
slip
spi
timer
usb
watchdog
Kconfig
Makefile