commit | f6a7dce763e8dcdcdda6d9977fd327386f554f98 | [log] [tgz] |
---|---|---|
author | Affrin Pinhero <affrin.pinhero@hcl.com> | Sun Jun 27 11:26:53 2021 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 29 10:51:33 2021 -0400 |
tree | d48f733669d0d11459976c1b40ecd9d0ef4e2842 | |
parent | 50cea984b84ebeff9f5405b3aeea0866ff9ea466 [diff] |
board/STm32_Mini_dev_x_defconfig: ARM_MPU enabled without MPU. This commit resolves warning ARM_MPU & HW_STACK_PROTECTION during build. The MCU in STm32_Mini_dev (black & blue) has no MPU support, but MPU was still enabled in defconfigs which was the reason behind warnings. This commit removes ARM_MPU & HW_STACK_PROTECTION from defconfig for both STm32_Mini_dev development boards. fix: zephyrproject-rtos/zephyr#36408 Signed-off-by: Affrin Pinhero <affrin.pinhero@hcl.com>