zephyr/drivers
Johan Hedberg 488f72dd80 drivers: console: Fix compilation error in uart_console.c
Fix compilation error when CONFIG_USB_UART_CONSOLE is not enabled:

drivers/console/uart_console.c: In function 'uart_console_init':
drivers/console/uart_console.c:497:12: error: unused variable 'dtr' [-Werror=unused-variable]
  uint32_t  dtr = 0;

Change-Id: I592724150f86199f6a57354c3246197db2ac7a01
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-11-12 12:49:53 +02:00
..
adc adc_qmsi_ss: Add power management support to driver 2016-11-11 23:33:21 +00:00
aio drivers: aio: update to unified kernel 2016-11-10 23:16:21 +00:00
bluetooth Bluetooth: drivers/nble: Convert to unified work APIs 2016-11-11 11:13:47 +02:00
clock_control kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
console drivers: console: Fix compilation error in uart_console.c 2016-11-12 12:49:53 +02:00
counter drivers: counter: update to unified kernel 2016-11-09 20:27:42 +00:00
dma drivers: dma: update to unified kernel 2016-11-09 18:38:57 -08:00
ethernet kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
flash drivers: spi_flash: add erase boundary check and correct an error 2016-11-12 01:37:00 +00:00
gpio gpio_qmsi_ss: Use qm_ss_gpio_save/restore_context APIs 2016-11-11 23:33:19 +00:00
grove kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
i2c i2c_qmsi_ss: Use qm_ss_i2c_save/restore_context APIs 2016-11-11 23:33:20 +00:00
ieee802154 ieee802154_cc2520: use new kernel sleep APIs 2016-11-07 11:34:15 -08:00
interrupt_controller power: Add ARC power states and update sample 2016-11-11 03:28:54 +00:00
ipm kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
pci
pinmux pinmux: Add support for "runtime" pinmux on ARM V2M Beetle 2016-11-11 20:39:53 +00:00
pwm drivers: pwm: update to unified kernel 2016-11-10 05:12:38 +00:00
random drivers:config: Fix help text format. 2016-10-28 12:35:19 +00:00
rtc drivers: rtc: update to unified kernel 2016-11-10 14:40:43 -08:00
sensor drivers: sensors: use unified kernel threads 2016-11-11 21:00:19 +00:00
serial serial: Add driver for CMSDK (Cortex-M System Design Kit) APB UART 2016-11-11 20:39:54 +00:00
shared_irq kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
spi spi_qmsi_ss: Use qm_ss_spi_save/restore_context APIs 2016-11-11 23:33:21 +00:00
timer kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
usb drivers: usb: update to unified kernel 2016-11-11 02:48:20 +00:00
watchdog drivers: wdt: update to unified kernel 2016-11-10 05:12:19 +00:00
Kconfig
Makefile