zephyr/drivers
Andrzej Głąbek c79620b722 drivers/flash/spi_flash_at45: Fix compilation errors
For some reason, use of the DT_NUM_INST macro in this driver was not
replaced with DT_NUM_INST_STATUS_OKAY. In consequence, this driver
could not be compiled successfully. Furthermore, because this now
undefined macro had been used inside UTIL_LISTIFY, gcc was not even
able to report an error, instead the compilation just "froze".
This patch replaces UTIL_LISTIFY(DT_NUM_INST()) with more appropriate
in this context DT_INST_FOREACH_STATUS_OKAY. It also adds an apparently
missing inclusion of sys/byteorder.h.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-06-25 19:33:41 +02:00
..
adc shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
audio zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bluetooth Bluetooth: hci: Depend on SOC not BOARD 2020-06-16 22:12:00 +02:00
can shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
clock_control drivers: clock: stm32: fix Flash latency & clock settings for MSI & HSE 2020-06-23 17:32:38 +02:00
console drivers: uart_mux: Add missing verfification handler 2020-06-13 16:37:58 -04:00
counter drivers: counter: rtc for stm32f2 soc series 2020-06-10 09:40:21 +02:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
debug
display drivers: ssd16xx: add temperature sensor support 2020-06-17 12:31:20 +02:00
dma dma: stm32: implement get_status api 2020-06-16 10:55:19 -05:00
eeprom shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
entropy drivers: entropy: nrf5: add docs and a DSB in get_entropy_isr 2020-06-17 15:55:44 +02:00
espi driver: espi: Enable espi uart port sirq based on uart mapping. 2020-06-23 19:22:46 +02:00
ethernet drivers: eth: native_posix: Print errno when interface creation fails 2020-06-24 23:34:27 +03:00
flash drivers/flash/spi_flash_at45: Fix compilation errors 2020-06-25 19:33:41 +02:00
gpio gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
hwinfo shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
i2c shell: refactor device_name_get implementation 2020-06-23 13:27:14 +02:00
i2s drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
ieee802154 drivers: ieee802154: fix nrf5 initialization with external irq source 2020-06-09 13:46:39 +02:00
interrupt_controller zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
kscan zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_strip zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lora shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
modem drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
net zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
neural_net drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
pcie pcie: shell: add subcommands 2020-06-24 21:37:12 -04:00
peci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux drivers: pinmux: stm32f7: CAN, SPI, I2C pinmuxes added 2020-06-23 19:05:26 +02:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ptp_clock
pwm shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
sensor shell: refactor device_name_get implementation 2020-06-23 13:27:14 +02:00
serial serial: ns16550: Simplify poll out 2020-06-17 17:10:59 +02:00
spi drivers: spi: rv32m1_lpspi: Fix null tx 2020-06-17 09:30:12 +02:00
timer drivers: timer: stm32 lptim minor fix and optimization 2020-06-23 19:05:16 +02:00
usb drivers: usb: fix usb_dc_ep_mps() for the SAM0 for IN endpoints 2020-06-24 21:00:59 +02:00
video zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
watchdog drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wifi drivers: wifi: remove dependency on NET_SOCKETS_POSIX_NAMES 2020-06-15 16:59:36 +02:00
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00