Uthedris
Uthedris
The RP2040 manual (section 2.6.2) goes into some detail about how ram is banked. The high banks (where the stack is currently placed) are unstriped "...guaranteeing that the processors never...
I suppose the proper way to do this would be to add .RP2350_QNF80 to the list of RP chip types. Then select between one of two Pin enums at comptime...
When compiling the function: ``` fn taskA() noreturn { while (true) { std.log.debug("{s}TaskA -- Top of loop -- waiting for event", .{scheduler.platform.debugCore()}); scheduler.waitForEvent(0x01, true); std.log.debug("{s}TaskA -- Send Event to charlie",...
That seems to be it. Just for everyones reference, this issue is addressed in llvm's bug report [55317](https://github.com/llvm/llvm-project/issues/55317)