doc: release: 2.7: Add release note for aarch32

Mention the addition of MPU support for Cortex-R.

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
This commit is contained in:
Bradley Bolen 2021-10-08 14:32:30 -04:00 committed by Anas Nashif
commit bbba0a1ded

View file

@ -162,6 +162,7 @@ Architectures
* Updated CMSIS version to 5.8.0 * Updated CMSIS version to 5.8.0
* Added support for FPU in QEMU for Cortex-M, allowing to build and execute * Added support for FPU in QEMU for Cortex-M, allowing to build and execute
tests in CI with FPU and FPU_SHARING options enabled. tests in CI with FPU and FPU_SHARING options enabled.
* Added MPU support for Cortex-R
* AARCH64 * AARCH64