examples/rp add multicore_multiprio example#5656
examples/rp add multicore_multiprio example#5656orukusaki wants to merge 4 commits intoembassy-rs:mainfrom
Conversation
|
As all examples share the same The main question to be answered is probably whether the user should always use the custom executors to avoid any possible issues. |
|
I see what you mean. Another approach might be to copy what was done for |
7d4c980 to
dcbe85f
Compare
|
When we discussed it on Matrix, @lulf suggested using a subdirectory, @jamesmunns pointed me to the MCXA example with the cfg flags. @Dirbaio: what's your opinion on this? |
|
This way seems more simple to me. I think it would be good to have the custom executors be the default, there's no reason to not use them. That would require updating all the existing examples though |
|
Updating all examples is a bit of work, needs to be done also for the RP235x, I guess. So we should be sure to go that route before doing that. |
Adds an example to demonstrate using the new Multicore Executors added in #5409