zephyr/drivers/bluetooth
Andrew Boie 2295e2abf7 uart: remove uart_irq_get()
This API is not being used for anything, the interrupts for UART
drivers are all being configured statically. Saves code space as
gc-sections can't tell that these APIs are unused.

Some instances where IRQ/priority information was being saved in
data structures and never used fixed.

Change-Id: If56b4fdc251b80be9094ffcbac6f61e265ac2ffd
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:16 -05:00
..
Kconfig Bluetooth: Add three-wire (H5) uart driver 2016-02-05 20:25:08 -05:00
Makefile Bluetooth: Add three-wire (H5) uart driver 2016-02-05 20:25:08 -05:00
h4.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
h5.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
uart.h bluetooth/uart: register driver at boot if enabled 2016-02-05 20:24:48 -05:00
uart_static_irq_stubs.S bluetooth/uart: use device name instead of index 2016-02-05 20:24:56 -05:00