Richard Meadows
Richard Meadows
Looks good! To get this merged, I'd like to see: * A new example for this in the examples folder, to help new users discover it and to get some...
The explaination at the top of the example looks good, thanks. I understand the use case, but I was a little concerned that on some (more expensive) development boards there...
I think the output would be a list of pins and their input value (high/low)
I've now merged #334, which adds type erased pins as well as many other things(!) That's good, but means looking at this PR again and seeing if any parts of...
I've started [a crate](https://github.com/stm32-rs/stm32-fmc) to provide FMC/FSMC drivers that can be used for all the stm32 parts. It currently only supports some F7, some H7, and F469/F479, and also only...
Thanks for reporting! Indeed the clock prescaler (and potentially also clock mode) should be integrated into the init function. It is a breaking change, but necessary so let's do it.
Closed in #379
The example memory.x file lives in this crate, so this is the right place to ask! The Reference Manual should be the source of truth for the memory layout, so...
I also spotted @adamgreig wrote a [nice memory.x example](https://github.com/adamgreig/dual-core-demo/blob/master/memory.x) for the dual core parts (745/755/747/757)! @adamgreig - any issue with using parts of your example here?
I think we would be very happy to support alternatives to smoltcp whilst keeping the current convenience of having the smoltcp`phy::Device` implementation available within the HAL if wanted. Small breaking...