I am looking for test demo for porting of v11.0.0. Could I use the single core test code for smp?
You can use the single core test code for SMP.
Some of the test cases assume that no lower priority task can run at the same time. You will have to set configRUN_MULTIPLE_PRIORITIES
to 0 to run these test cases. You can also reference the test demo for XMOS AICORE and RP2040.
1 Like