Robert Lipe
Robert Lipe
Is this more tricky than the actual text in the error? Unknown environment names 'lpc1769'. Valid names are ... gpio_init_maple, **LPC1769**, Maybe one of your dev team develops on a...
Worked for me: pio project init -b esp32-s3-devkitm-1 The following files/directories have been created in /private/tmp/booger2 include - Put project header files here lib - Put project specific (private) libraries...
Prefer "cross build from a host computer" to "an intel PC". This could be done (with enough determination) from an ARM chromebook or an Apple Silicon Mac, when such things...
Are you perhaps on a card that's > 32 GB, @edwardthehuman ? It's my experience that 32GB cards work swimmingly well, but the partitioning scheme - or _something_ just falls...
Since flash memory storage has a relative fixed life - and comparatively small, though better than in recent years - any such test would have to bebe accompanied by a...
I think that's intended behaviour. It allows you to check the box to "skip write test" and just proceed directly to the read test if you need to repeat the...
It's my experience that it hangs in the way you describe on drives > 32GB, but works (on M1) for drives of 64GB. Can you confirm the size of your...
I have a deadlock on this patch. I can't submit MY changes because the original is such a mess and I didn't totally clean it all. So I'm going to...
Here's an additional set of patches since I can't push to github. This fixes ALL warnings identified by the presumit . Please layer this in and then merge/apply the one...
Modernized, rebased, and continued in https://github.com/karlp/openocd-hacks/pull/3 https://github.com/karlp/openocd-hacks/pull/2 and https://github.com/karlp/openocd-hacks/issues/1 I'll leave this PR open for a bit until we figure out which of https://github.com/newbrain/riscv-openocd-wch, https://github.com/karlp/openocd-hacks/, or this one get traction.