This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new c33c87b targets: Add blehci over USB for pca10056
c33c87b is described below
commit c33c87b1f3bef53e768c078d13c22d18fa89c475
Author: Jerzy Kasenberg <[email protected]>
AuthorDate: Thu Dec 17 14:11:52 2020 +0100
targets: Add blehci over USB for pca10056
---
targets/nordic_pca10056-blehci-usb/pkg.yml | 9 +++++++++
targets/nordic_pca10056-blehci-usb/syscfg.yml | 6 ++++++
targets/nordic_pca10056-blehci-usb/target.yml | 3 +++
3 files changed, 18 insertions(+)
diff --git a/targets/nordic_pca10056-blehci-usb/pkg.yml
b/targets/nordic_pca10056-blehci-usb/pkg.yml
new file mode 100644
index 0000000..772dd75
--- /dev/null
+++ b/targets/nordic_pca10056-blehci-usb/pkg.yml
@@ -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"
diff --git a/targets/nordic_pca10056-blehci-usb/syscfg.yml
b/targets/nordic_pca10056-blehci-usb/syscfg.yml
new file mode 100644
index 0000000..e664792
--- /dev/null
+++ b/targets/nordic_pca10056-blehci-usb/syscfg.yml
@@ -0,0 +1,6 @@
+syscfg.vals:
+ BLE_HCI_TRANSPORT: usb
+ USBD_BTH: 1
+
+ USBD_PID: 0xC01A
+ USBD_VID: 0xC0CA
diff --git a/targets/nordic_pca10056-blehci-usb/target.yml
b/targets/nordic_pca10056-blehci-usb/target.yml
new file mode 100644
index 0000000..39f4c8c
--- /dev/null
+++ b/targets/nordic_pca10056-blehci-usb/target.yml
@@ -0,0 +1,3 @@
+target.app: "@apache-mynewt-nimble/apps/blehci"
+target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
+target.build_profile: debug