Philip Howard

Results 1006 comments of Philip Howard
trafficstars

See my half-baked ramble on this very topic here: https://pimoroni.github.io/venv-python/ Or just skip to trying the still-in-progress-fixed-version here: https://github.com/pimoroni/blinkt/pull/102

This will, hopefully, be covered as part of the redesign. Pinging https://github.com/pinout-xyz/pinout-2024/issues/1 so we remember.

God grief, that's a beaut. 1GB/second is... uh...

Would this effectively require a little separate PIO emulator core? Except it would need to hook in pretty deeply into the GPIO and be paced off the main clock +...

Okay the Pico SDK documents the PIO structs pretty nicely: State Machine: https://github.com/raspberrypi/pico-sdk/blob/f396d05f8252d4670d4ea05c8b7ac938ef0cd381/src/rp2040/hardware_structs/include/hardware/structs/pio.h#L23-L77 PIO: https://github.com/raspberrypi/pico-sdk/blob/f396d05f8252d4670d4ea05c8b7ac938ef0cd381/src/rp2040/hardware_structs/include/hardware/structs/pio.h#L79C1-L276 High level config struct is less well documented. Have to go fishing for all the...

For GPIO I think it should just be dumped out to a signal capture format, or piped directly into sigrok or similar, see: https://github.com/Daft-Freak/DERP/issues/5 The TLDR being "don't waste time...

Refactor progress: https://github.com/Gadgetoid/galactic-bluetooth-audio/pull/6

This is awesome, thank you. I'll let the CI run with the expectation that it'll fail (it has), but I don't mind including some code to hotfix the Pico SDK...

> ~HDMI~ DV stick Ahh curse the HDMI branding's dark and mysterious overlords. @mringwal I needed the following changes to build: ```patch diff --git a/bluetooth/bluetooth.cmake b/bluetooth/bluetooth.cmake index a937e03..974e28c 100644 ---...

Currently blocked, since the build has failed :grimacing: Sheesh I can't believe we were working on this back in May. I have been... distracted! @mringwal any idea what that missing...