mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-13 05:27:56 +00:00
targets: Add blehci over USB for pca10056
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
pkg.name: "targets/nordic_pca10056-blehci-usb"
|
||||
pkg.type: target
|
||||
pkg.description:
|
||||
pkg.author:
|
||||
pkg.homepage:
|
||||
|
||||
pkg.deps:
|
||||
- "@apache-mynewt-core/hw/usb/tinyusb"
|
||||
- "@apache-mynewt-core/hw/usb/tinyusb/std_descriptors"
|
||||
@@ -0,0 +1,6 @@
|
||||
syscfg.vals:
|
||||
BLE_HCI_TRANSPORT: usb
|
||||
USBD_BTH: 1
|
||||
|
||||
USBD_PID: 0xC01A
|
||||
USBD_VID: 0xC0CA
|
||||
@@ -0,0 +1,3 @@
|
||||
target.app: "@apache-mynewt-nimble/apps/blehci"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: debug
|
||||
Reference in New Issue
Block a user