python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rust Multi-threading Memory Allocation on the RP Pico/RP2040
I'm working with the Raspberry PI Pico to perform the basic task of reading data from a UART signal, modifying it, and writing it back out to a different UART address. However, I need to simultaneousl...
tufelkinder
Votes: 0
Answers: 1
How to properly use CMake in embedded (RP2040) project structure?
TL;DR
How to use CMakeLists.txt with included project-level libraries in elegant way?
Introduction
Dear Stack Users,
shortly after starting my journey with manually-created build systems (previously u...

YelF
Votes: 0
Answers: 1
Why can't i move my mouse and press a button at the same time in circuitpython on a tiny 2040 (runs on rp2040 just like raspberry pi pico)
i am writing something which should let me use a joystick as a Spacemouse that i want to use in fusion 360, im doing this by making the mouse move and pressing the middle mouse button and shift, and r...
FaultyDaantje
Votes: 0
Answers: 1
Run code with cargo run on Raspberry Pi Pico using elf2uf2-rs
I try to run Rust code on a Raspberry Pi Pico. A simple "blink" example application is successfully (as it seems) built using:
cargo build --release --target=thumbv6m-none-eabi
I have insta...
Jonas
Votes: 0
Answers: 1