zephyr/drivers
David Leach 51a2090780 newlib: Fix compiler warning when using Newlib
- There is a mismatch when interfacing with external code where a
  uint32_t is defined as a parameter and internal Zephyr code attempts
  to use u32_t. If NewLib is used, the typedef for u32_t is
  'unsigned int' which is not a portable match to uint32_t as
  'unsigned int' is not a common size across architectures so gcc will
  output a warning.
- The mcux flash code calls NXP supplied functions that expect a
  uint32_t.
- openthread.c ot_state_changed_handler has a uint32_t flag as a
  parameter.

Signed-off-by: David Leach <david.leach@nxp.com>
2018-04-11 16:57:12 +03:00
..
adc drivers/adc: Switch ti_adc108s102 driver to new SPI API 2018-04-04 19:02:35 +02:00
aio kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
bluetooth drivers/bluetooth: Get rid completely of legacy SPI API in SPI HCI 2018-04-04 19:02:35 +02:00
clock_control drivers: clock_control: quark_se: Fix "make menuconfig" 2018-04-04 20:31:02 -04:00
console net: websocket: Add console support 2018-03-15 15:17:36 +02:00
counter kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
crypto kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
display kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
dma kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
entropy drivers: entropy: nrf5: Clarify Kconfig options 2018-04-05 08:09:57 -04:00
ethernet drivers: eth: native_posix: Add ethernet statistics support 2018-04-11 16:49:48 +03:00
flash newlib: Fix compiler warning when using Newlib 2018-04-11 16:57:12 +03:00
gpio gpio: nrf5: Make the init priority configurable 2018-04-09 17:09:06 -05:00
grove kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
i2c drivers/i2c: Make QMSI SS driver IRQs set via CONFIG_ options 2018-03-23 10:42:33 +08:00
i2s kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
ieee802154 drivers: ieee802154: Add OpenThread modifications to KW41Z driver 2018-04-11 16:57:12 +03:00
interrupt_controller driver: interrupt_controller: Add support for stm32l0x 2018-03-10 11:42:25 -06:00
ipm kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
led_strip api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
net net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
pci drivers: pci: when enumerating, only print the device info 2018-02-01 02:19:45 -05:00
pinmux arch: arm: soc: stm32l0: add I2C support 2018-03-15 10:53:26 -05:00
pwm arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
rtc kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sensor drivers: sensor: lsm6dsl: add trigger support 2018-04-10 22:12:14 +02:00
serial serial: Add imx uart driver shim 2018-04-11 08:27:05 +02:00
spi drivers/spi: Fix tmod update on DW driver 2018-04-05 12:04:56 +03:00
timer drivers: timer: expose RTC1 ISR handler function 2018-04-08 08:47:36 -04:00
usb usb: sam0: add the new usb_dc_ep_mps() function. 2018-03-27 19:57:38 -04:00
watchdog watchdog: add a watchdog driver for the SAM0 family. 2018-01-04 13:18:25 -05:00
CMakeLists.txt irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00
Kconfig irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00