-
**How to reproduce**:
I've cloned this repo and tried the default example (`Show demo widgets`) on
- board: `ESP32-WROVER-B`
- display: `ILI9341` with `XPT2046` touch (`KMRTM28028`)
- SDK: `ESP…
-
Although the default is to use semihosting via `rdimon`, also mention `nosys.specs`.
-
I create event group with one bit:
```
auto group = xEventGroupCreate();
xEventGroupSetBits(group, 0x01);
```
Then I want to block another task until receive this message by calling:
`xEvent…
-
I'm a newcomer to Rust and embedded Rust. There's a good chance I have made a basic mistake.
See my [project](https://github.com/kdsch/recursyn/tree/rtic/fw) (RTIC integration branch).
I expect …
kdsch updated
3 years ago
-
I want to compile a bare metal coremark with -march=rv64ima -mabi=lp64, the coremark is from [riscv-boom](https://github.com/riscv-boom/riscv-coremark). This repo will generate a pk version, and a bar…
-
I tried serial print on my board STM32F407VG, it was blank.
I installed your package and tried, still its blank, but the led blink program executes.
I also tried different baud rates. I want to co…
-
Hello,
I am having trouble with getting the STM32 port to connect to the ESP32 on our custom hardware. The port is very much the same apart from being integrated into another application and differ…
-
Trying to interrogate the riscv core in the esp32c3 through a segger j-link, unfortunately I am running into the output in the issue title.
Full output:
```bash
Open On-Chip Debugger v0.10.0-esp…
-
I'm trying to port my app to the early esp32-c3 devkit that you mailed me (thanks!). I realize that the JTAG is not available from the USB, but hopefully is available from the pins using an external J…
-
My debugger (gdb clone) handles debugee process terminal output using the inferior tty, but no such device is given to the debugger by VSCode (i.e. using the `-t` or `--tty` command line option).
I…