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.62k stars 1.09k forks source link

smp for cortex-m7 #929

Closed snikeguo closed 8 months ago

snikeguo commented 8 months ago

rt. I'm using s32k324 which contains two coretex-m7 CPU ip cores, how do I port FreeRTOS SMP to coretex-m7?

kar-rahul-aws commented 8 months ago

Hi @snikeguo Thanks for your question. Our preference is to post questions to https://forums.freertos.org/ to keep them all in the same place, and leave the github issues for bugs, roadmap items, etc. You can refer to this post on forums, which can act as a porting guide for SMP on Cortex M7.