Philip Howard

Results 1018 comments of Philip Howard
trafficstars

Hmm so `aon_timer_set_time()` calls `time_to_datetime()` from `pico_util`. It might be possible to provide our own `pico_util` with a more MicroPython-friendly alternative for that function, or just to shim `localtime_r`, eg:...

> Here's an extended version of @Gadgetoid's patch that gets the code size all the way down I've said it once, I'll say it again, Open Source is just the...

Afacit PWM just needs this: https://github.com/pimoroni/micropython/commit/7f1fcc72dbe9b39dda05b15d9e60a04eb2aa5068 I'll cut some builds to test it! PGA builds here should include the fix: https://github.com/pimoroni/pga/actions/runs/10391381219 Plus PPP2 here: https://github.com/pimoroni/pimoroni-pico-rp2350/actions/runs/10385135105 Edit 2: Afaict this fix...

Good spot! Curse the magic numbers! Pushed a fix. Edit: Updated the link above, but for clarity the patch is now: https://github.com/pimoroni/micropython/commit/7f1fcc72dbe9b39dda05b15d9e60a04eb2aa5068 Our very own Hodgy has a PGA2350 set...

Looks like I have some PSRAM rebasing to do! Will sure make it easier to play with the new UART/PPP stuff 😁 (I know you’re probably still working your way...

Might be my board config, but I run into this when trying to build for RP2350B or `PICO_NUM_GPIOS=48`- ``` /home/runner/work/pimoroni-pico-rp2350/pimoroni-pico-rp2350/micropython/ports/rp2/rp2_pio.c: In function 'rp2_pio_gpio_base': /home/runner/work/pimoroni-pico-rp2350/pimoroni-pico-rp2350/micropython/ports/rp2/rp2_pio.c:411:48: error: 'pin_GPIO0' undeclared (first use in...

It was a tested first pass and then I asked for the pin labels to be changed 😭 Then I decided that using labels was a bad idea… “GPIO_” labels...

Sorry, and thank you, all the RP2350 and SDK 2.0 stuff has been keeping me busy!