-
### Port, board and/or hardware
XIAO Seeed Sense BLE nrF52840
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; XIAO nRF52840 Sense with NRF52840
### Reproduction
import bluetooth
### E…
-
Semihosting is a top contender for being **the** stumble block in embedded so we really should discourage its use with a big fat warning and a checklist what to look out for if a program uses semihost…
-
Hi. I'm trying to integrate cargo-embed (with both RTT and GDB) into a VSCode debug extension. Without the RTT output, it behaves rather well, but as soon as I turn on RTT, it causes a problem.
…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when VSCode has better integrations as a genral IDE but lacks th features of an dedicated embedded IDE
**De…
-
The DAP server runs as a background task when the VSCode extension is used. To ensure the process doesn't "disappear" when it encounters a Rust `panic`, we deliberately avoided all `panic` situations…
-
Hi,
I just bought a nanoDAP-HS and updated its firmware to v0259 (specifically PR https://github.com/ARMmbed/DAPLink/pull/1043) and I still can't connect to my RP2040 board.
Here's a video of Op…
-
-
I would like to be able to use SDI print feature with WCH LinkE and openocd-wch;
I am able to enable the SDI print using `wlink` utility if no openocd instance is running.
I also tried to enable t…
-
Hi, I am having some problems trying to compile for an STM32 device using the Embassy feature. Specifically I am getting the following error:
```
error: linking with `rust-lld` failed: exit status: 1…
-
This is an RFC for improving the default testing system,
this is based on personal experience and need, but try to remain kiss while providing helper functionality for testing on chip and on developm…