zephyr/drivers
Ulf Magnusson 8df42eb4dc drivers: Replace ff hex constants with 0xff
This makes it easier to distinguish them from "true" undefined symbols.

Internally, all int/hex literals are treated as undefined symbols, which
always get their name as their value. The C tools work the same way.

The plan is to turn references to undefined Kconfig symbols into an
error later.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-13 13:35:56 -04:00
..
adc drivers: adc: fix TOCTOU attacks 2018-05-17 15:08:54 -07:00
aio syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
bluetooth Bluetooth: hci: spi: Select BT_RECV_IS_RX_THREAD 2018-06-11 17:28:27 -04:00
can drivers: can: Move bit timing and clock to device tree 2018-06-01 12:59:42 -05:00
clock_control Bluetooth: controller: Remove redundant include of cmsis.h 2018-06-11 17:30:29 -04:00
console uart_console: delete char using BS(08H) or DEL(7FH) 2018-05-29 16:21:55 -04:00
counter syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
crypto drivers: crypto_ataes132a: Fix typo in Kconfig symbol 2018-05-23 17:57:06 -04:00
display driver: ILI9340 LCD display driver 2018-05-18 20:21:45 +03:00
dma drivers/dma: stm32: Use CMSIS IRQ defines instead of zephyr 2018-06-13 11:43:56 +02:00
entropy drivers: entropy: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
ethernet drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
flash drivers/flags: W25QXXDW internal erase logic fix 2018-06-04 08:25:42 -04:00
gpio drivers/gpio: stm32 fix gpio device init prio 2018-06-01 03:26:10 -07:00
grove kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
i2c i2c: i2c_gpio: fix typos in Kconfig file 2018-05-26 19:07:55 -04:00
i2s arch: soc: intel_s1000: set M/N divider ownership 2018-06-01 08:59:01 -04:00
ieee802154 drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
interrupt_controller drivers/exti: stm32: Use CMSIS IRQ defines instead of zephyr 2018-06-13 11:43:56 +02:00
ipm syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
led syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
led_strip api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
net net: Too long timeout for k_sleep 2018-05-28 17:20:11 -04:00
pci drivers: pci: when enumerating, only print the device info 2018-02-01 02:19:45 -05:00
pinmux pinmux: stm32f3: Add PA8_PWM1_CH1 2018-06-12 03:54:26 -04:00
pwm drivers: pwm: pwm_nrf5_sw: Add prescaler support 2018-06-13 18:55:22 +02:00
rtc drivers/rtc: Fix how prescaler is used in QMSI driver 2018-06-04 12:24:23 -04:00
sensor drivers: sensors: Consistently quote "GPIO_0" string default 2018-06-13 13:35:56 -04:00
serial drivers: uart: Rename nrf5 namings to nrfx 2018-06-12 13:21:18 +02:00
spi spi: spi_ll_stm32: (fix) Clear OVR bit condition 2018-06-04 12:35:52 -05:00
timer drivers: timer: Use sys_clock_hw_cycles_per_tick in nrf_rtc_timer. 2018-06-11 17:38:13 -04:00
usb drivers: usb_dc_kinetis: fix usb_dc_ep_read_continue 2018-05-30 11:23:39 -05:00
watchdog drivers: watchdog: Use common name configuration for all drivers 2018-06-01 15:31:56 -05:00
wifi doc: fix misspellings in Kconfig files 2018-05-23 16:57:20 -04:00
CMakeLists.txt drivers: entropy: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
Kconfig drivers: can: Add Kconfig for CAN driver 2018-05-19 20:19:30 +02:00