I have it running with FreeRTOS in SMP mode and two cores and USE_PREEMPTION . At least for a few days calling the HTTP service I made worked fine.
I have set this in my cmake:
I cannot attach any header files apparently, but from what I remember I didn't made a who lot of changes
Anybody got an idea why we cannot upload headers files on a forum that's about writing software?
I have set this in my cmake:
Code:
target_compile_definitions(<PROJECTNAME> PRIVATE FREE_RTOS_KERNEL_SMP=1 portSUPPORT_SMP=1)
Anybody got an idea why we cannot upload headers files on a forum that's about writing software?
Statistics: Posted by rvt — Sat Mar 30, 2024 9:45 pm