Kconfig 설정 변경(로그 출력, DFU/mcumgr BLE 권한)

This commit is contained in:
2026-07-21 11:33:26 +09:00
parent 1a4dec297b
commit 3c528b4c35
+3 -1
View File
@@ -5,6 +5,8 @@
CONFIG_GPIO=y
# Debug Message (RTT)
# Build-time switch for project DBG_PRINTF/DBG_CORE/DBG_ERR macros.
CONFIG_VESIS_DEBUG_PRINT=n
# Zephyr logging subsystem enable.
CONFIG_LOG=y
# Print logs immediately when log API is called.
@@ -151,7 +153,7 @@ CONFIG_MCUMGR=y
# Enable mcumgr/SMP messages over BLE SMP service.
CONFIG_MCUMGR_TRANSPORT_BT=y
# Require authenticated BLE connection for mcumgr read/write operations.
CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_AUTHEN=n
CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_AUTHEN=y
# Reassemble SMP packets fragmented over BLE.
CONFIG_MCUMGR_TRANSPORT_BT_REASSEMBLY=y
# mcumgr transport receive buffer size for DFU image chunks.