Skip to content

Commit 4386bb4

Browse files
committed
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.
1 parent 11b8107 commit 4386bb4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

nimble/controller/test/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ pkg.deps.SELFTEST:
3131
- "@apache-mynewt-core/sys/log/full"
3232
- "@apache-mynewt-core/sys/stats/stub"
3333
- nimble/drivers/native
34-
- nimble/transport/ram
34+
- nimble/transport

nimble/controller/test/syscfg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ syscfg.vals:
2323
MCU_TIMER_POLLER_PRIO: 1
2424
MCU_UART_POLLER_PRIO: 2
2525
NATIVE_SOCKETS_PRIO: 3
26+
BLE_HCI_TRANSPORT: ram

nimble/host/test/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ pkg.deps.SELFTEST:
3131
- "@apache-mynewt-core/sys/console/stub"
3232
- "@apache-mynewt-core/sys/log/full"
3333
- "@apache-mynewt-core/sys/stats/stub"
34-
- nimble/transport/ram
34+
- nimble/transport

nimble/host/test/syscfg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ syscfg.vals:
2929
CONFIG_FCB: 1
3030
BLE_VERSION: 52
3131
BLE_L2CAP_ENHANCED_COC: 1
32+
BLE_HCI_TRANSPORT: ram

0 commit comments

Comments
 (0)