zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.61k stars 6.5k forks source link

Extend tests/arch/arm test suite to Cortex-A and Cortex-R #27638

Open ioannisg opened 4 years ago

ioannisg commented 4 years ago

Is your enhancement proposal related to a problem? Please describe. tests/arch/arm test suite family verifies ARCH code for the ARM Cortex-M architecture. Some of the tests are specific to Cortex-M features, while other tests are more generic and should be extended, to cover the remaining Cortex-R and Cortex-A supported architectures.

Describe the solution you'd like

should be extended (with possible re-design or code duplication) to verify these features in Cortex-R and Cortex-A.

carlocaione commented 2 years ago

Why is this medium priority?