Adam Greig
Adam Greig
It's an interesting idea and might be a good direction forward. Thanks for your work on the build script already. It's quite a change so I want to have a...
I think everything is at an early enough stage that it makes more sense to try out alternative approaches and see what works well, rather than trying to consolidate everything...
Thanks for the bug report! This definitely looks like a regression, I suspect from #514 but then not caught by the memory map comparison because it can't work on PRs...
Jeez, this is an interesting issue. What a weird register. It looks like reading isn't going to lead to undefined behaviour because there are no side effects to reading CR1/CR2/SMCR,...
Yep, in principle I'm very happy to do this, even weekly if there have been a couple of PRs. The main problem is right now so many PRs are breaking...
I've now set up https://github.com/stm32-rs/stm32-rs-nightlies which automatically builds when new commits hit master, does this mitigate this issue? The git dependencies are usable for development/local builds but wouldn't work for...
Thanks for reporting this, and good catch. Annoyingly it looks like the reference manual makes the same errors (e.g. in RM0090 for STM32F405/07/15/17, APB1RSTR has UART2RST and UART3RST instead of...
Thanks for the idea! The functionality is compelling. We'd need to be sure all the current [fnmatch](https://docs.python.org/3/library/fnmatch.html)-based expressions continued to work identically, but I think that would be OK. The...
I'm still looking into this but won't have anything done before Wednesday. One sticking point is that it's not actually backwards compatible with fnmatch at all, so I think it...
Update from September: the GitHub repo exists and has C headers, but no sign of an SVD file there or on st.com yet.