Andrew Scheller

Results 2239 comments of Andrew Scheller

> I'd suggest you hold off, then, and I'll ask @lurch to take a look at the Connect use case. Sorry @tdewey-rpi , I completely forgot about this! I've just...

@digiexchris I suspect that your issue may be different to the OP's issue, as I think your issue means that _every_ `sleep_ms` would lock up, whereas the OP's output logging...

> Also in my case it does seem like it's only the default timer that's affected, since the FreeRTOS tick timer that gets started when the scheduler starts works totally...

"the badger animation thing" - some more details would be helpful. Note that https://github.com/raspberrypi/pico-playground/blob/master/apps/popcorn/converter/README.md warns "If the inputs are not as specified, then the converter will likely crash!".

Looks like https://etcher.balena.io/#download-etcher actually points to https://github.com/balena-io/etcher/releases/download/v1.19.25/balenaEtcher-1.19.25.Setup.exe ? https://github.com/balena-io/etcher/releases/tag/v1.14.3 is dated January 2023.

If I do "View page source" on https://etcher.balena.io then I find this snippet of javascript: ```js let currentVersion = '1.14.3'; fetch('https://api.github.com/repos/balena-io/etcher/releases/latest').then(res => res.json()).then(val => { currentVersion = val.tag_name.split('v')[1]; let releases...

This _might_ be related to https://github.com/raspberrypi/pico-feedback/issues/153 ? :man_shrugging:

@oyama You might find some useful partition-related code in https://github.com/raspberrypi/picotool ? :man_shrugging:

@oyama I'd just like to say thank you very much for putting up with all my niggly comments. I sometimes get a bit carried away when reviewing code :laughing:

Now that you've added all the code to display extra family IDs, perhaps it's worth exercising that code by putting an extra family ID in your `pt.json` ? :thinking: