Andrew Scheller

Results 2239 comments of Andrew Scheller

> We currently use releases from [openocd-xpack](https://github.com/xpack-dev-tools/openocd-xpack/releases) for this, as there are X86_64 builds for Windows, MacOS and Linux, and Arm64 builds for Linux and MacOS. Does this mean that...

Maybe https://blog.balena.io/did-etcher-break-my-usb-sd-card/ helps?

This might have already been fixed in #2519 ? (jumping in early to save you potentially duplicating effort 🙂 )

pinging @will-v-pi because he'll be better placed to determine in which order the PRs should be merged!

@nbuchwitz Fixed by #685 ?

Have you managed to do any testing @nbuchwitz ?

With the following small tweaks, this passes the checks I added in #1724 ```patch // Board definition for the Pi-Plates MICROPi processor board -#ifndef _BOARDS_PIPLATES_MICROPI_H_RP2040 -#define _BOARDS_PIPLATES_MICROPI_H_RP2040 +#ifndef _BOARDS_PI_PLATES_MICROPI_H +#define...

> this was added as part of #1724 Umm, no it wasn't.

IMHO it'll be ready to merge if the changes I suggested earlier are made, i.e. ```patch // Board definition for the Pi-Plates MICROPi processor board -#ifndef _BOARDS_PIPLATES_MICROPI_H_RP2040 -#define _BOARDS_PIPLATES_MICROPI_H_RP2040 +#ifndef...

I've now made the above-mentioned changes directly.