Scott Mabin

Results 335 comments of Scott Mabin
trafficstars

I'd be happy to pull out idf into some other flag. > A bit different approach to take the edge off the rename: Maybe we could be a bit smarter...

This is most likely a defmt issue because they construct the header in a way that allows the debugger to attach to it, but isn't fully initialized. It should be...

So I have found the issue, and a work around, but it's not clear to me if we can do better. The IDF application re-enables watchdogs during its application, when...

> Now I'm just wondering why `rtt-target` actually need an explicit call 😄 rtt-target works around the possibility of the debugger polling the rtt control block before its fully constructed....

Because the `Verify` function is part of the flash loader, which will know how to talk to the flash without any mapping. For example, there is no flash mapping at...

> Ah, yeah that makes sense :) The problem I see with this is this is that we need a loader for every flash possible. But that's something we need...

@flippette I made some improvements in https://github.com/probe-rs/probe-rs/pull/1633, hopefully you can find your board and test :D

Thanks for looking into this @japaric. I think that this is something that should be something implemented in LLVM, as it is for thumbv6 targets. However this is a long...

Sorry this issue fell off my radar, I forgot to come back and mention I implemented the atomic emulation trap handler: https://github.com/esp-rs/riscv-atomic-emulation-trap. The switch to `critical-section` should close this for...

The reason for the difference is that esp-hal is using svd2rust pacs, where as embassy-stm32 is using [chip tool](https://github.com/embassy-rs/chiptool) pacs. Upstream in usb_otg they used [ral](https://github.com/adamgreig/stm32ral) to generate a "mini"...