Christopher Wilson
Christopher Wilson
@listrophy I'll take some time to review these changes! Thanks for all the work.
Sorry about the long delay, I'll take a look at this tomorrow.
It may be overkill, but I've picked up a J-LINK EDU which (should) work with pretty much any Cortex-M μC. While googling around I saw that the black magic probe...
@GHvsBB Okay, I can confirm that I can program the board using a J-Link (EDU model). I used the SWD debugging connection. You'll need to connect up the header pins...
If you're interested, I could write up what I did and run that by you. I was thinking of blogging that anyway.
I bumped my head on the same issue. If there's interest, @jonplussed and I are probably going to go off and make some minor type cleanups on a fork.
@robstewart57 I was wondering if the port number should be a `PortNumber` from the `Network` package: https://hackage.haskell.org/package/network-2.6.0.2/docs/Network.html#t:PortNumber ? It seems that reading this as an `Int` is weird. Why would...
@lfairy ah, I didn't see that! My intent behind the proposal was mostly for the documentation effect of using `PortNumber` rather than `Int`.