-
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…
-
### Description / Steps to reproduce the issue
1) On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and without SMP, e.g.,
./tools/confi…
-
RP2350 has 3x PIO: the new one is not available for use (sm_id as 8...11), just 2x PIO for RP2350.
Please, extend for 3x PIO.
-
**Describe the bug you encountered:**
I tested the usb_device example with version 0.6.0. The PIO USB device does not enumerate. I have not attached a USB sniffer to the figure out what is going …
-
Hi,
I am using Pico W, and its SDK, while i try to build the code through VScode i got the following error
Could you please help, how to resolve this issues,
Thanks.
Build Logs:
[build] [ 54%…
romal updated
4 months ago
-
* Python version: 3.10.12
* Operating System: Ubuntu 22.04
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.64
### Description
I tried to build the kivy example for Android. An error po…
-
i am tring to implement ws2812 to an existing c project.
but i've got error like this.
fatal error: stdexcept: No such file or directory
[build] 4 | #include
same for cmath, map.
this is…
-
The following warning appears in the GitHub Action builds.
Should be an easy fix, if someone's up for it.
```text
CMake Deprecation Warning at /home/runner/work/BusPirate5-firmware/BusPirate5-fir…
-
**Describe the bug you encountered:**
The `examples/usb_device` example does not present as a USB device to my MacOS host.
**What did you expect to happen instead?**
I expected it to be enu…
-
Using pico_sdk for cpp, there is feature to enable USB stdio in the MakeLists.txt
**pico_enable_stdio_usb(${NAME} 1)**
It allows use picotool not in BOOTSEL mode
Is rp-hal has similar feature?