Skip to content

Commit c33c87b

Browse files
committed
targets: Add blehci over USB for pca10056
1 parent 5678556 commit c33c87b

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pkg.name: "targets/nordic_pca10056-blehci-usb"
2+
pkg.type: target
3+
pkg.description:
4+
pkg.author:
5+
pkg.homepage:
6+
7+
pkg.deps:
8+
- "@apache-mynewt-core/hw/usb/tinyusb"
9+
- "@apache-mynewt-core/hw/usb/tinyusb/std_descriptors"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
syscfg.vals:
2+
BLE_HCI_TRANSPORT: usb
3+
USBD_BTH: 1
4+
5+
USBD_PID: 0xC01A
6+
USBD_VID: 0xC0CA
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target.app: "@apache-mynewt-nimble/apps/blehci"
2+
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
3+
target.build_profile: debug

0 commit comments

Comments
 (0)