targets: Add blehci over USB for pca10056

This commit is contained in:
Jerzy Kasenberg
2022-01-18 09:21:51 +01:00
committed by kasjer
parent 567855623b
commit c33c87b1f3
3 changed files with 18 additions and 0 deletions
@@ -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