-
`riscv-tools` is archived since January 2023. I'm afraid my GCC is too recent for this as the `riscv-tools` `build.sh` script failed...
Which GCC version did you use? Building `riscv-tools` leads me …
-
### Describe the bug
hi i got this error
![image](https://github.com/betaflight/betaflight/assets/110290117/8dfb8095-79ec-4a77-aebf-e5f16ad7b70f)
it basicely say quad x need 4 motor but he detect …
-
I'm getting a kernel error in the esp hosted NG kernel module from time to time (~once every 10 minutes or so)
```
Feb 12 10:35:19 d user.err kernel: [161893.493253] BUG: scheduling while atomic: …
-
Surely with all it's power and the PIO FEATURE the RP2040 should support hardware SPI.
It's an issue for FastLED and probably other libraries that want to use SPI. While RP2040 is powerful enough to…
-
Compiling for ESP8266 using the latest board releases (3.1.0 and above) produces a lot of warnings. These don't stop the compile from finishing, but they do clutter up the output. Have not tested that…
-
From: sims/verilator
make SUB_PROJECT=cep_verilator
...
/mnt/data/projects/ipvault/jkrim/cep_v4_4_new3a_test_verilator/CEP/.conda-env/bin/x86_64-conda-linux-gnu-c++ -Os -I. -MMD -I/mnt/data/pro…
-
After implementing cva6 on the VCU118 FPGA board, I did a baremetal test to display "hello world". For the compilation I used RISC-V GNU Compiler Toolchain ..... to load the binary and start its execu…
-
Received below error when using the API:
```
HTTP/1.1 500 Internal Server Error
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: POST, GET, OPTIONS
Access-Control-Allow-Origin: *
…
-
Hi @boarchuz,
Thank you very much for your incredible library that makes it possible for me to approach the ULP programming.
I'm working with ESP32 (ESP32-DevKitM-1 with an ESP32-MINI-1 MCU) in Ardu…
-
I have a ESP32 set to an SPI Master with 100kHz, Mode 2 and just want to send 0x19 to the RPi4 running pigpiod and using shell for output.
When I use piscope, everything seems fine for me on the pins…