diff --git a/apps/blemesh/syscfg.yml b/apps/blemesh/syscfg.yml index 21471a20a..5befccf6e 100644 --- a/apps/blemesh/syscfg.yml +++ b/apps/blemesh/syscfg.yml @@ -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 diff --git a/apps/blemesh_light/syscfg.yml b/apps/blemesh_light/syscfg.yml index d537b34d9..82c70dc2d 100644 --- a/apps/blemesh_light/syscfg.yml +++ b/apps/blemesh_light/syscfg.yml @@ -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 diff --git a/apps/blemesh_models_example_1/syscfg.yml b/apps/blemesh_models_example_1/syscfg.yml index d75e0de89..d1cdaa551 100644 --- a/apps/blemesh_models_example_1/syscfg.yml +++ b/apps/blemesh_models_example_1/syscfg.yml @@ -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 diff --git a/apps/blemesh_models_example_2/syscfg.yml b/apps/blemesh_models_example_2/syscfg.yml index bff8049e1..8a9e8238f 100644 --- a/apps/blemesh_models_example_2/syscfg.yml +++ b/apps/blemesh_models_example_2/syscfg.yml @@ -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 diff --git a/apps/blemesh_shell/syscfg.yml b/apps/blemesh_shell/syscfg.yml index 00655831d..658a9f1f9 100644 --- a/apps/blemesh_shell/syscfg.yml +++ b/apps/blemesh_shell/syscfg.yml @@ -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 diff --git a/apps/bleprph/pkg.yml b/apps/bleprph/pkg.yml index 844c99afd..38b6e4451 100644 --- a/apps/bleprph/pkg.yml +++ b/apps/bleprph/pkg.yml @@ -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" diff --git a/apps/bleprph/syscfg.yml b/apps/bleprph/syscfg.yml index 7256243dd..56a508304 100644 --- a/apps/bleprph/syscfg.yml +++ b/apps/bleprph/syscfg.yml @@ -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 diff --git a/apps/btshell/syscfg.yml b/apps/btshell/syscfg.yml index b74a52da4..9ebf9d89b 100644 --- a/apps/btshell/syscfg.yml +++ b/apps/btshell/syscfg.yml @@ -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