mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-13 04:30:03 +00:00
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:
@@ -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
|
||||
|
||||
@@ -23,3 +23,4 @@ syscfg.vals:
|
||||
MCU_TIMER_POLLER_PRIO: 1
|
||||
MCU_UART_POLLER_PRIO: 2
|
||||
NATIVE_SOCKETS_PRIO: 3
|
||||
BLE_HCI_TRANSPORT: ram
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,3 +29,4 @@ syscfg.vals:
|
||||
CONFIG_FCB: 1
|
||||
BLE_VERSION: 52
|
||||
BLE_L2CAP_ENHANCED_COC: 1
|
||||
BLE_HCI_TRANSPORT: ram
|
||||
|
||||
Reference in New Issue
Block a user