Patricio Whittingslow

Results 350 comments of Patricio Whittingslow

Working on a a pico binary encoder/decoder https://github.com/soypat/picobin. Raspberry Pi's picotool is missing lots of features to inspect binaries, which makes sense- it's not designed to reverse engineer their stuff....

OK. I've run into a limitation of the `debug/elf` package. I need to patch the bootloader by extending its length. I'm thinking of adding a elf implementation that can get...

> What do you mean by this? It's generally not possible to move stuff in the firmware file after linking. Not without great effort, which I was motivated to do...

@cibomahto The use of tinyboot is no longer needed. Reverting use of tinyboot- didn't think we'd solve this one so quickly :)

If possible I would not expose a `RtcTime` type. That ***should*** be a `time.Time`. I've suggested having a `machine.Time` type that basically implements the whole functionality of `time.Time`, to then...

@ysoldak @deadprogram check this out! Saw the pains in latest si5351 driver and came up with this!

Due to the context of DMA today in TinyGo my preferred approach would be for you to add your implementation here! It'd be a nice addition. Example welcome!

Sounds great! May I suggest you take inspiration from the WS2812 implementation and document it similarly. Documenting the PIO as I developed helped me a lot while writing the implementation...

Also may be of interest: https://github.com/tdunning/go-wspr

Just for completeness, discussion on DMA API ongoing here: https://github.com/orgs/tinygo-org/discussions/4835