diff --git a/boot/cypress/MCUBootApp/config/mcuboot_config/mcuboot_config.h b/boot/cypress/MCUBootApp/config/mcuboot_config/mcuboot_config.h index e18d0fb6..e925717b 100644 --- a/boot/cypress/MCUBootApp/config/mcuboot_config/mcuboot_config.h +++ b/boot/cypress/MCUBootApp/config/mcuboot_config/mcuboot_config.h @@ -91,6 +91,12 @@ #define MCUBOOT_IMAGE_NUMBER 1 #endif +/* + * Currently there is no configuration option, for this platform, + * that enables the system specific mcumgr commands in mcuboot + */ +#define MCUBOOT_PERUSER_MGMT_GROUP_ENABLED 0 + /* * Logging */ diff --git a/boot/mbed/include/mcuboot_config/mcuboot_config.h b/boot/mbed/include/mcuboot_config/mcuboot_config.h index a603e05d..b57e8d65 100644 --- a/boot/mbed/include/mcuboot_config/mcuboot_config.h +++ b/boot/mbed/include/mcuboot_config/mcuboot_config.h @@ -59,6 +59,12 @@ */ #define MCUBOOT_IMAGE_NUMBER 1 +/* + * Currently there is no configuration option, for this platform, + * that enables the system specific mcumgr commands in mcuboot + */ +#define MCUBOOT_PERUSER_MGMT_GROUP_ENABLED 0 + /* * Encrypted Images */ diff --git a/boot/mynewt/mcuboot_config/include/mcuboot_config/mcuboot_config.h b/boot/mynewt/mcuboot_config/include/mcuboot_config/mcuboot_config.h index 4c0ec387..2f8f767f 100644 --- a/boot/mynewt/mcuboot_config/include/mcuboot_config/mcuboot_config.h +++ b/boot/mynewt/mcuboot_config/include/mcuboot_config/mcuboot_config.h @@ -89,6 +89,12 @@ #define MCUBOOT_BOOTSTRAP 1 #endif +/* + * Currently there is no configuration option, for this platform, + * that enables the system specific mcumgr commands in mcuboot + */ +#define MCUBOOT_PERUSER_MGMT_GROUP_ENABLED 0 + #define MCUBOOT_MAX_IMG_SECTORS MYNEWT_VAL(BOOTUTIL_MAX_IMG_SECTORS) #if MYNEWT_VAL(BOOTUTIL_FEED_WATCHDOG) && MYNEWT_VAL(WATCHDOG_INTERVAL)