This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
966acc1980
zephyr
/
drivers
/
bluetooth
/
Makefile
2 lines
63 B
Makefile
Raw
Normal View
History
Unescape
Escape
bluetooth/uart: use device name instead of index Use device name to find the UART device for Bluetooth usage, instead of relying on an arbitrary index. The default device names being used are derived from the original board.h for each platform. Some of them point to the same device as UART console. Since this is a Kconfig option, the default can be overridden so this is not a serious issue. Change-Id: Ibe82f3968e72ba60f9c033aa3dfcb2fb3c41dc75 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2015-12-02 00:42:20 +08:00
obj-$(CONFIG_BLUETOOTH_UART)
+=
uart.o uart_static_irq_stubs.o