mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-12 12:10:03 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user