FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.71k stars 1.11k forks source link

Add support to cortex A7 #997

Closed rahmanih closed 7 months ago

rahmanih commented 7 months ago

Hi,

We noticed that only the A9 is supported in the Cortex A family. is this port compatible with cortex A7? otherwise is there any plan to support the Cortex A7 CPU?

regards haithem.

paulbartell commented 7 months ago

@rahmanih Due to the shared ARMv7-A architecture, the Cortex-A9 port should also work for a Cortex-A7.

RichardBarry commented 7 months ago

I believe it has been used with A7 several times before.

rahmanih commented 7 months ago

thanks @RichardBarry @paulbartell for the prompt answer.

regards Haithem.