zephyr/drivers
Kumar Gala cc334c7273 Convert remaining code to using newly introduced integer sized types
Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99
integer types.  This handles the remaining includes and kernel, plus
touching up various points that we skipped because of include
dependancies.  We also convert the PRI printf formatters in the arch
code over to normal formatters.

Jira: ZEP-2051

Change-Id: Iecbb12601a3ee4ea936fd7ddea37788a645b08b0
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-21 11:38:23 -05:00
..
adc drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
aio drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
bluetooth Bluetooth: convert to using newly introduced integer sized types 2017-04-20 13:25:23 -05:00
clock_control drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
console drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
counter drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
crc drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
crypto drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
display drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
dma drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
ethernet net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
flash drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
gpio drivers/gpio: Use ifdef relevantly in DW drivers 2017-04-21 16:34:53 +00:00
grove Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
i2c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
ieee802154 net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
interrupt_controller drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
ipm drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pci drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pinmux drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
pwm drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
random drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
rtc drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
sensor drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
serial drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
shared_irq drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
slip drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
spi drivers/spi: Get QMSI shim driver following syntax rules 2017-04-21 16:34:52 +00:00
timer Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
usb drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
watchdog drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
Kconfig drivers: Add support for BBC micro:bit LED display 2017-04-04 08:14:36 +03:00
Makefile crc16: Create function for computing CRC 16 2017-04-13 15:21:42 +03:00