Carl2 / rp2040-freertos

Freertos build with cmake
Boost Software License 1.0
1 stars 0 forks source link

add SMP support to the freertos.cmake and freertosconfig.h #1

Open DenoG1997 opened 12 months ago

DenoG1997 commented 12 months ago

First of all, I would like to thank you for your template. I've been trying to debug a FreeRTOS program in VS Code with the Cortex Debugger for a long time, and it worked after a few modifications with yours. I now wanted to enable SMP, but I haven't been able to adjust the files to use the Thirdparty/GCC/RP4040 port instead of the GCC_ARM_CM port. I've been working on it for several hours now and unfortunately haven't been able to get it done. Could you possibly help me?

Thank you in advance

Carl2 commented 12 months ago

Thanks, I'm glad I could help! Sorry for the late answer, just started a new job and its keeping me busy to get up to speed. As soon as I have some time over I will take a look at it. Though I must admit, at this moment I'm kind of choked.

Cheers!