zephyr/include/drivers
Steven Slupsky c54f7ec1fc drivers: hwinfo: fix endianness for sam0 and nrf
HWINFO drivers should be responsible for ensuring that
the data structure is a sequence of bytes. That is not
what the current sam0 and nordic drivers do. The drivers
read the data as u32_t and then memcpy the data to a
buffer. This ensures the data has the endianness of the
underlying MCU, which in this case is Cortex M0 which
is little endian.

This commit fixes the endianness so the data can be
interpreted as a "left to right sequence of bytes".

This commit updates the API doc to provide clarification
of the data structure.
Add to 2.3 release notes.

Fixes #23444, #24103

Signed-off-by: Steven Slupsky <sslupsky@gmail.com>
2020-04-09 19:30:32 +02:00
..
adc drivers: gpio: lmp90xxx: update to use new GPIO API 2020-02-05 12:00:36 +01:00
bluetooth Bluetooth: HCI: Re-organize vendor read static address handling 2020-03-22 11:58:17 +02:00
clock_control
console
gpio drivers: esp32: Convert esp32 drivers to new DT_INST macros 2020-03-26 08:49:11 -05:00
i2c/slave
ieee802154 drivers/ieee802154: Adapt cc1200 driver to new GPIO API 2020-02-05 12:00:36 +01:00
interrupt_controller drivers: arm_cmsdk/arm: Convert drivers to new DT_INST macros 2020-03-31 19:28:47 -05:00
led
pcie
sensor
timer kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
usb usb: filter out synchronization type for isochronous endpoints 2020-03-26 14:09:55 +01:00
adc.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
can.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
clock_control.h doc: reference: Add clock control API 2020-03-18 11:47:24 +01:00
counter.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
display.h
dma.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
eeprom.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
entropy.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
espi.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
flash.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
gna.h doc: reference: Add GNA API entry 2020-03-18 11:47:24 +01:00
gpio.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
hwinfo.h drivers: hwinfo: fix endianness for sam0 and nrf 2020-04-09 19:30:32 +02:00
i2c.h drivers: i2c: Remove invalid syscalls 2020-03-12 19:52:01 +02:00
i2s.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
ipm.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
kscan.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
led_strip.h doc: reference: Add the LED and LED Strip APIs 2020-03-18 11:47:24 +01:00
led.h doc: reference: Add the LED and LED Strip APIs 2020-03-18 11:47:24 +01:00
lora.h
peci.h API: peci: Add Platform Environment Control Interface API 2020-03-13 18:53:04 +02:00
pinmux.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
ps2.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
pwm.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
sensor.h include: drivers: sensor: Add sensor channel for TACH 2020-03-13 08:49:21 -05:00
spi.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00
uart.h driver: uart: ns16550: convert custom init options to DTS flow control 2020-03-14 02:22:05 +02:00
video-controls.h
video.h
watchdog.h scripts: Replace hard-coded subsystem list with __subsystem annotations. 2020-03-11 17:13:39 +02:00