Adam Greig

Results 316 comments of Adam Greig
trafficstars

You should find the `stm32h753v` feature on the `stm32h7` crate works fine for the STM32H750, as it shares a reference manual and all peripherals with the H753. Ideally we'd either...

Oh, that's a pain. I wonder why they bothered with so many SVD files if they don't even include all the peripherals! One option is to copy the peripherals from...

Thanks for the detailed checking! A lot of interrupts are definitely in the wrong place; some have been fixed but since in general it doesn't cause any actual problems they...

Of course, feel free to use any of it. It's a pretty rough example so it might benefit from some tidying up. I think the original `memory.x` with the other...

Presumably you have some extra initialisation routines that use `__sitcm` and `__siitcm` to program it into memory, though, since they're not part of `cortex-m-rt`? In which case why do you...

I agree, I don't think there's much benefit to including an ITCM section in these example memory.x without also including a loader and other such details. I think it's fair...

Thanks for splitting the previous PR out and doing this one separately. I think it's important to note that this PR is really creating six new devices, not just fixing...

Thanks for catching this! I think most likely this is being applied too widely to devices with different ordering. If you'd like to try and fix it I'd welcome a...

I was trying to look for that feature to make docs.rs build all features and couldn't find it anywhere, so thanks! But I fear you're right and it won't enjoy...

I uploaded docs for just stm32f405 [here](https://stm32.agg.io/rs/stm32f405/stm32f4/stm32f405/index.html) to try it out, but it takes a lot of time to generate and upload and about 500MB per device. I think I...