mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-05 09:37:53 +00:00
apps: Make corresponding MCUmgr changes
This commit is contained in:
@@ -26,8 +26,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 768
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
BLE_MESH: 1
|
||||
MSYS_1_BLOCK_COUNT: 48
|
||||
|
||||
@@ -30,8 +30,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 768
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
MSYS_1_BLOCK_COUNT: 80
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 768
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
MSYS_1_BLOCK_COUNT: 48
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 4096
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
MSYS_1_BLOCK_COUNT: 48
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 768
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
MSYS_1_BLOCK_COUNT: 80
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ pkg.deps:
|
||||
- "@mcuboot/boot/bootutil"
|
||||
- "@apache-mynewt-core/kernel/os"
|
||||
- "@apache-mynewt-core/mgmt/imgmgr"
|
||||
- "@apache-mynewt-core/mgmt/newtmgr"
|
||||
- "@apache-mynewt-core/mgmt/newtmgr/transport/ble"
|
||||
- "@apache-mynewt-core/mgmt/smp"
|
||||
- "@apache-mynewt-core/mgmt/smp/transport/ble"
|
||||
- "@apache-mynewt-core/sys/console/full"
|
||||
- "@apache-mynewt-core/sys/log/full"
|
||||
- "@apache-mynewt-core/sys/log/modlog"
|
||||
|
||||
@@ -52,15 +52,15 @@ syscfg.vals:
|
||||
LOG_FCB: 1
|
||||
CONFIG_FCB: 1
|
||||
|
||||
# Enable newtmgr commands.
|
||||
STATS_NEWTMGR: 1
|
||||
LOG_NEWTMGR: 1
|
||||
CONFIG_NEWTMGR: 1
|
||||
# Enable smp commands.
|
||||
STATS_MGMT: 1
|
||||
LOG_MGMT: 1
|
||||
CONFIG_MGMT: 1
|
||||
|
||||
# OS main/default task
|
||||
OS_MAIN_STACK_SIZE: 468
|
||||
|
||||
# Lots of smaller mbufs are required for newtmgr using typical BLE ATT MTU
|
||||
# Lots of smaller mbufs are required for smp using typical BLE ATT MTU
|
||||
# values.
|
||||
MSYS_1_BLOCK_COUNT: 22
|
||||
MSYS_1_BLOCK_SIZE: 110
|
||||
|
||||
@@ -35,8 +35,8 @@ syscfg.vals:
|
||||
# Default task settings
|
||||
OS_MAIN_STACK_SIZE: 512
|
||||
|
||||
# Newtmgr is not supported in this app, so disable newtmgr-over-shell.
|
||||
SHELL_NEWTMGR: 0
|
||||
# SMP is not supported in this app, so disable smp-over-shell.
|
||||
SHELL_MGMT: 0
|
||||
|
||||
syscfg.vals.BLE_MESH:
|
||||
MSYS_1_BLOCK_COUNT: 16
|
||||
|
||||
Reference in New Issue
Block a user