-
First of all thanks a lot for making this project, separating the application code with the SDK makes it so much easier to understand what's going on. I've been able to get this running with the [Pico…
-
The error indicates it's looking for Intel Homebrew (`/usr/local/opt/homebrew/...`):
```
~/.vscode/extensions/chipcode-nl.picoprobe-mac-1.0.9/bin/openocd
dyld[50839]: Library not loaded: /usr/l…
-
For folks developing using picoboot or U2F and debug chatter over ACM CDC, hard faults are pretty painful -- the device stops responding, host side drivers may wedge up, figuring out what blew up is h…
-
Can the TotalLength be based on a #define variable like desc_fs_configuration_length.
Then desc_fs_configuration_length could be based on further defines like:
#define desc_cdc_length xx
#defin…
-
I have only added the absolute minimum amount of post-boot init code that’s required to talk to the GPIOs so far. As a consequence, the CPU runs only at ~6.5 MHz, which is the frequency the RP2040 get…
-
Hi!
Thanks for the great example of how to get started with Pico on PlatformIO. That helped a lot.
I would just like to point out one problem in the current version of the **platformio.ini** file. I…
Pako2 updated
1 month ago
-
On MacBook Pro M2 (Mac OS 13.3.1) running PlatformIO IDE v3.3.1 in VS Code 1.82.2
Main error: `dyld[2890]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib`
Uploading from Arduin…
-
I've got massive problems getting core1 to work.
I assume there is a problem using 'sleep_ms' on core1.
Code:
```
#include
#include
#include "pico/stdlib.h"
#include "pico/multicore.h…
-
Hi,
Set up a spare Raspberry PI Pico as a Picoprobe (as described in https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Chapter A) and tried to upload a sketch using a programmer…
-
On linux on amd64, gdb can do ```info variables``` to see globals, but ```info locals``` usually lists all the variables as optimized out.
This is the case even with
tinygo -opt 1
I can't g…