-
Many thanks for providing Fritzing Part file for the Raspberry Pico W at
https://datasheets.raspberrypi.com/picow/PicoW-Fritzing.fzpz
Could someone please also provide the corresponding Fritzing …
-
After installing the new SDK 2.1.0 , the Pico does not reset and hangs after loading new elf file with openocd. Tried downloading the source for debugprobe and recompiling and that results in an "fa…
-
Right now, the build system allows passing two types of information between dependency edges:
* `*std.Build.Step.Compile`
* `*std.Build.Module`
I propose that we should add support to pass arbi…
-
The latest uf2 image does not work as /dev/ttyACM0 is never created.
v0.1 May 2023 is the last working version.
This is a plain pico not pico W, plugged into a raspberrypi 4
Linux raspberrypi…
-
If a board header file includes other header files, then CMake does not see any **pico_cmake_set** directives in the secondary header file.
This particularly affects the **vgaboard.h** header file,…
-
Modify the TinyUSB integration of the enV5 implementation so that the `USBD_VID` and `USBD_PID` are overwritten with our own for the USB Debug Connection during runtime.
## TODO
- [ ] Include Own T…
-
In my experience debugging with stock OpenOCD through VSCode on Windows, timers do not increment; and as a result all sleep functions cause the debugged program to freeze. See for more info:
- ras…
-
Now that this pack is available via KEIL, I have been trying to update my projects to use this new setup. My project is configured to use CMSIS-Toolbox/csolution projects. It does not appear this pack…
-
Hi,
I got this project running without problems. I hardwired the half of a VGA cable to a breadboard with the Pico. Now I’d like to make a new project - a Pong game. The code is not difficult, the…
-
pico-sdk 2.1.0 compiles fine with clang 18.1.3 ([LVM-ET-Arm-18.1.3](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/release-18.1.3)) but with clang 19.1.1 ([LLVM-ET-Arm-19…