apps/blehci: Update configuration for new transport

Dependency to nimble/controller is not needed since blehci can now run
on both app (as a bridge to net core) and net core.

For non-netcore build we select UART by default, otherwise keep whatever
default was set by BSP.
This commit is contained in:
Andrzej Kaczmarek
2022-03-17 11:48:16 +01:00
parent e9a4a4fce2
commit 1118fe21fe
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -27,7 +27,6 @@ pkg.deps:
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/stats/full"
- "@apache-mynewt-core/kernel/os"
- nimble/controller
- nimble/transport
pkg.req_apis:
+4 -2
View File
@@ -19,7 +19,9 @@
syscfg.vals:
# Default task settings
OS_MAIN_STACK_SIZE: 64
# Use UART transport by default
BLE_HCI_TRANSPORT: uart
# Stub console
CONSOLE_MODE: stub
syscfg.vals.'!BLE_TRANSPORT_NETCORE':
# Use UART by default if not built on netcore
BLE_TRANSPORT_HS: uart