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
d5bab09db6
zephyr
/
samples
/
bluetooth
/
hci_usb
/
Makefile
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bluetooth: Export USB HCI controller using RAW HCI channel The application exports Bluetooth controller over USB as USB HCI dongle using RAW HCI channel introduced in the previous patch. When connected to Linux is should be handled by btusb driver. usb-devices output: T: Bus=05 Lev=03 Prnt=121 Port=00 Cnt=01 Dev#= 22 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=8086 ProdID=ff02 Rev=01.00 S: Manufacturer=Intel S: Product=BTUSB12 S: SerialNumber=00.01 C: #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb Change-Id: I8bc362876353b6c97eb7051f4cdff3d8a9f55abd Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-08-08 15:43:36 +08:00
CONF_FILE
=
prj.conf
boards: rename Quark SE Devboard to Quark SE C1000 This board now has an official name and will be available soon: http://www.intel.com/content/www/us/en/embedded/products/quark/mcu/se-soc/overview.html Jira: ZEP-758 Change-Id: Ia16d33722308cf81471321c3063bdc75055a4d50 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-08-30 20:41:04 +08:00
BOARD
?=
quark_se_c1000_devboard
Bluetooth: Export USB HCI controller using RAW HCI channel The application exports Bluetooth controller over USB as USB HCI dongle using RAW HCI channel introduced in the previous patch. When connected to Linux is should be handled by btusb driver. usb-devices output: T: Bus=05 Lev=03 Prnt=121 Port=00 Cnt=01 Dev#= 22 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=8086 ProdID=ff02 Rev=01.00 S: Manufacturer=Intel S: Product=BTUSB12 S: SerialNumber=00.01 C: #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb Change-Id: I8bc362876353b6c97eb7051f4cdff3d8a9f55abd Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-08-08 15:43:36 +08:00
i
n
c
l
u
d
e
$(
ZEPHYR_BASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c