Darius-Andrei Jipa
Darius-Andrei Jipa
I have some experience with removing `dyn` (from https://github.com/tock/tock/pull/3431), so it might be interesting to try removing `dyn` from other capsules. Do you have any starting points from where I...
Thanks for the suggestion. The use case you suggest seems more fitted for the generator part of the tool, which brings us to the question: In what format should the...
> Oh wait, we should clarify what has changed from the v7m to v8m assembly. I removed the v8m crate, should I clarify the changes inside the m33 crate?
I just added the MPU code for the Cortex-M33 architecture. Before adding this, the MPU wasn't even working properly because it had different registers. This MPU doesn't use sub-regions and...
I also have written drivers for the I2C and SPI of this board, but I considered that adding them to this PR would go beyond its scope, and I'll make...
As a side note, if the `svd2regs.py` comment issues are the main thing keeping this PR from merging, can we make a GitHub issue that the comments need to be...
Done, I had to rebase and implement the changes from https://github.com/tock/tock/pull/4544.
I tested this on a Pico Explorer Base with 2 Pico boards (Pico 1 and Pico 2). On the Pico 2 this works out of the box, but on the...