apps: Make corresponding MCUmgr changes

This commit is contained in:
Vipul Rahane
2019-09-26 13:13:24 -07:00
parent 8f33b429d5
commit 7fa441c477
8 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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"
+5 -5
View File
@@ -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
+2 -2
View File
@@ -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