-
Using [pico_usb_serial](https://github.com/rp-rs/rp-hal-boards/blob/main/boards/rp-pico/examples/pico_usb_serial.rs) example, I'm running:
```bash
$ qemu-system-arm --version
QEMU emulator versio…
-
Error;
```
/home/patrick/git/picokeys/pico-hsm/pico-keys-sdk/src/led/led_ws2812.c:22:10: fatal error: hardware/pio.h: No such file or directory
22 | #include "hardware/pio.h"
| ^…
-
Hi,
I want to play around with the source code, but my clangd LSP doesn't seem to index the pico-sdk properly. I can build successfully, but if I open `src/main.c` for example, clangd will say that…
-
Hi @fabianoboril ,
I was trying to implement the traffic light scenarios in current Traffic scenarios in openSCENARIO format and was confused as to how to include traffic lights or intersection det…
-
### The problem
I am running a D1 Mini with [JNSwanson's](https://github.com/JNSwanson/ESP-Home-iBoost) excellent CC1101 decoder, but my ESP32 gets stuck in a boot loop and I can't fathom out why. I…
-
### Describe the Bug
I am making a NON-SPLIT keyboard, everything works if after connecting the USB to PC, i momentarily connect pin RUN to GND (Restart the board). But if i just connect the USB cabe…
-
Hello,
I want to use parameters in Route catalog, but it doesn't working.
esmini version:
2.37.3 (build 3814)
esmini-demo_Linux.zip
To reproduce the problem,
I added **$RoadId** paramete…
wk39 updated
8 months ago
-
Currently "binary info" feature must be disabled to build with -Wall -Werror because of:
```
[build] /home/shawn/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/code.h:42:151: error: d…
-
Hello, after installing the necessary dependencies, I am compiling following the steps indicated on an Ubuntu arm64. I have updated the tinyusb library to tag 0.16.0 but I get the following result....…
-
Hello,
I'm not able to build from source on Ubuntu 22.04.
I first had the following error :
```
cmake -S . -B build
PICO_SDK_PATH is /home/orphee/Downloads/PCB/deskhop/pico-sdk
Defaulting…