apps: Update transport selection method

Transport package should not be included directly.
Instead, nimble/transport should be included and
BLE_HCI_TRANSPORT syscfg value should specify transport,
and this will include correct package.

This commit changes nimble/transport/ram to nimble/transport in
all applications that still have deprecated way of transport
selection.

Default value of BLE_HCI_TRANSPORT is ram so syscfg.yml for
targets does not need to be updated.
This commit is contained in:
Jerzy Kasenberg
2021-12-17 14:12:46 +01:00
committed by kasjer
parent 5b6352364b
commit 8c6f70425b
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport
+1 -1
View File
@@ -34,4 +34,4 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport
+1 -1
View File
@@ -34,4 +34,4 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport
+1 -1
View File
@@ -31,4 +31,4 @@ pkg.deps:
- nimble/host
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/transport/ram
- nimble/transport
+1 -1
View File
@@ -33,7 +33,7 @@ pkg.deps:
- nimble/host
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/transport/ram
- nimble/transport
pkg.lflags:
- -DFLOAT_SUPPORT
+1 -1
View File
@@ -34,4 +34,4 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport
+1 -1
View File
@@ -36,4 +36,4 @@ pkg.deps:
- "@apache-mynewt-nimble/nimble/host/services/gap"
- "@apache-mynewt-nimble/nimble/host/services/gatt"
- "@apache-mynewt-nimble/nimble/host/store/config"
- "@apache-mynewt-nimble/nimble/transport/ram"
- "@apache-mynewt-nimble/nimble/transport"
+1 -1
View File
@@ -38,7 +38,7 @@ pkg.deps:
- "@apache-mynewt-nimble/nimble/host/services/gatt"
- "@apache-mynewt-nimble/nimble/host/services/dis"
- "@apache-mynewt-nimble/nimble/host/store/config"
- "@apache-mynewt-nimble/nimble/transport/ram"
- "@apache-mynewt-nimble/nimble/transport"
- "@apache-mynewt-core/hw/drivers/uart"
- "@apache-mynewt-core/hw/drivers/rtt"
+1 -1
View File
@@ -31,7 +31,7 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport
- "@apache-mynewt-core/kernel/os"
- "@apache-mynewt-core/sys/console/full"
- "@apache-mynewt-core/sys/log/full"
+1 -1
View File
@@ -36,4 +36,4 @@ pkg.deps:
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/host/store/config
- nimble/transport/ram
- nimble/transport