zephyr/subsys/mgmt
Jordan Yates b90c62ac7b mgmt: correct MPU_ALLOW_FLASH_WRITE selection
Select MPU_ALLOW_FLASH_WRITE when ARM_MPU is enabled, not CPU_HAS_MPU.
MPU_ALLOW_FLASH_WRITE is only defined as a symbol when ARM_MPU is
enabled. ARM_MPU is only defined when CPU_HAS_MPU is defined, so the
CPU_HAS_MPU dependency can be dropped.

This fixes a build error when MCUMGR_CMD_IMG_MGMT is enabled but
ARM_MPU is not.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2020-07-02 12:28:06 +02:00
..
buf.c subsys/mgmt: Enabling mynewt-core version of tinycbor 2020-03-17 11:58:18 +01:00
CMakeLists.txt mgmt: smp: add UDP transport for SMP 2020-04-17 10:16:25 +03:00
Kconfig mgmt: smp: add UDP transport for SMP 2020-04-17 10:16:25 +03:00
Kconfig.mcumgr mgmt: correct MPU_ALLOW_FLASH_WRITE selection 2020-07-02 12:28:06 +02:00
serial_util.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_bt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_udp.c mgmt: smp: add UDP transport for SMP 2020-04-17 10:16:25 +03:00
smp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00