zephyr/include/drivers
Nicolas Pitre 659fa0d57d lifo/fifo: first word is not always first 4 bytes
The first word is used as a pointer, meaning it is 64 bits on 64-bit
systems. To reserve it, it has to be either a pointer, a long, or an
intptr_t. Not an int nor an u32_t.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-26 09:08:42 -04:00
..
bluetooth drivers/bluetooth/hci: Implement HCI driver for stm32wb 2019-06-03 09:38:19 -04:00
clock_control drivers: clock_control: nrf: add SYNTH LFCLK clock source 2019-04-18 17:50:53 -04:00
console lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
gpio headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c/slave headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154 include: Add missing headers guard 2018-09-17 15:49:26 -04:00
interrupt_controller include: move interrupt controller headers to interrupt_controller/ 2019-06-25 15:27:00 -04:00
led drivers: gpio: ht16k33: add GPIO driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
pci include: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00
pcie drivers/pcie/shell: add basic probe for MSI-X capability 2019-06-10 10:52:02 -04:00
timer include: move system timer headers to include/drivers/timer/ 2019-06-25 15:27:00 -04:00
usb usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
wifi include: Add missing headers guard 2018-09-17 15:49:26 -04:00