Philip Howard
Philip Howard
I am leap-frogging this to the whole mess of Pi 5 and Bookworm. Thank you, however, for making this PR and sorry for the lack of attention here- I have...
Hopefully I haven't regressed any of this in #102
Thanks. This will be extremely broken and conflicted by #102 so I'm closing it for now, but feel free to poke things when the ported library is ready. (Still waiting...
Note: I am deleting the Dockerfile as part of #102 since I have changed *a lot* of things, and don't have the ability to fix it. Once #102 is merged...
I think this needs replacing with `__builtin_bswap32` in our codebase. Looks like I missed this when doing https://github.com/pimoroni/pimoroni-pico/commit/21b4ff68d76f629eb772946fb273703cc037ee3c In the meantime you can probably just edit that one file: https://github.com/pimoroni/pimoroni-pico/blob/94d5b0cd33a5b0d07e100904c5e5827c8efe5e3a/drivers/vl53l1x/vl53l1x.cpp#L220...
It looks like this commit https://github.com/micropython/micropython/commit/c80e7c14e6305e50e3b39f97172d4d8fe1214d3b takes another step toward relying on `memmap_mp.ld` as a source of truth for board memory layout. As I mentioned in the comment there, this...
#11456 brought me here: I had no idea what "u"modules were for and have been using them interchangeably and passing on that code smell to whoever uses/learns-from our examples. (Granted,...
I think a systemd service was always a bit overkill for poweroff, and no doubt has been hopelessly broken by bookworm- if not due to be shortly, since it uses...
That looks right- * `trigger_pin` is the external switch * `poweroff_pin` is the IO pin that's asserted at the very end of a shutdown to cut the power If `raspi-gpio...
> with the outputs of raspi-gpio Yup Bookworm has broken a whole lot, and I'm nearly 5 months in to trying to fix it all with no end in sight....