apps: Update transport selection method

Transport package should not be included directly.
Instead, nimble/transport should be included and
BLE_HCI_TRANSPORT syscfv 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.
This commit is contained in:
Jerzy Kasenberg
2022-01-20 18:38:47 +01:00
committed by kasjer
parent 11b8107a37
commit 4386bb4c2c
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ pkg.deps.SELFTEST:
- "@apache-mynewt-core/sys/log/full"
- "@apache-mynewt-core/sys/stats/stub"
- nimble/drivers/native
- nimble/transport/ram
- nimble/transport
+1
View File
@@ -23,3 +23,4 @@ syscfg.vals:
MCU_TIMER_POLLER_PRIO: 1
MCU_UART_POLLER_PRIO: 2
NATIVE_SOCKETS_PRIO: 3
BLE_HCI_TRANSPORT: ram
+1 -1
View File
@@ -31,4 +31,4 @@ pkg.deps.SELFTEST:
- "@apache-mynewt-core/sys/console/stub"
- "@apache-mynewt-core/sys/log/full"
- "@apache-mynewt-core/sys/stats/stub"
- nimble/transport/ram
- nimble/transport
+1
View File
@@ -29,3 +29,4 @@ syscfg.vals:
CONFIG_FCB: 1
BLE_VERSION: 52
BLE_L2CAP_ENHANCED_COC: 1
BLE_HCI_TRANSPORT: ram