Peter Budny

Results 13 issues of Peter Budny

The addition of `NoTable` is great; it's helpful for reclaiming a kilobyte or two on very constrained embedded systems. But, it only works if the user is vigilant about always...

Correct me if I've gotten anything wrong—I'm not a general Cortex-M expert—but as I understand it, MPU regions must be 32-byte aligned. The linker script in `cortex-m-rt` uses 32-byte alignment...

I have two scenarios that I'm unable to solve with svd2rust. I'm lumping them into one ticket because I think the solutions may be related. ### Problem 1 I'm porting...