apps/blehci: Allow log/full implementation in syscfg

blehci had log/stub hardwired in application.
Now it can be swtiched to log/full in target if needed.
This commit is contained in:
Jerzy Kasenberg
2022-07-01 15:56:21 +02:00
committed by kasjer
parent d4d4f0d5f4
commit f64535def1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pkg.keywords:
pkg.deps:
- "@apache-mynewt-core/sys/console"
- "@apache-mynewt-core/sys/log/stub"
- "@apache-mynewt-core/sys/log"
- "@apache-mynewt-core/sys/stats/full"
- "@apache-mynewt-core/kernel/os"
- nimble/transport
+1
View File
@@ -21,6 +21,7 @@ syscfg.vals:
OS_MAIN_STACK_SIZE: 64
# Stub console
CONSOLE_MODE: stub
LOG_IMPLEMENTATION: stub
syscfg.vals.'!BLE_TRANSPORT_NETCORE':
# Use UART by default if not built on netcore