-
under FreeBSD, usb serial ports are named /dev/cuaU0, U1 and /dev/ttyU0, U1 and so on. The current program doesn't connect to it:
```
tingo@kg-bsbox:~/work/bitraf/2023/20231015_rust_pi_pico/rp2040-b…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.200.5421-232
* **Rust toolchain version:** 1.71.0-nightly (4ca000ac8 2023-07-13) x86_64-pc-windows-msvc
* **IDE name and version:** Inte…
-
Yotta produces the linking command line with all objects paths. It becomes too long for Windows. Perhaps some other mechanism should be adopted while linking to avoid command lines longer than the lim…
-
https://github.com/iree-org/iree/actions/runs/4130706149/jobs/7137719751
```
[14/350] Generating check_llvm-cpu_local-task_attention.mlir_module.vmfb from attention.mlir
FAILED: tests/e2e/linalg_ex…
-
I tried using the `as_mode` GPIO functions for reading from a DHT22 sensor and ran into some issues that i'm documenting here.
# No returns from `as_input` closures
For the DHT sensor, I'd like …
-
Hi,
This issue applies to v5.1.1, 5.1.2-SNAPSHOT (and the current "develop" branch).
There seems to be no way to add an empty array as an `_embedded` object, e.g. with
```
ResourceRepres…
-
(Possibly related to #118)
I am trying to use a `setup()` function to return a `spi` object and the `cs` pin to use in my main code. I can do this with specific types for the return object like this …
-
Hi everyone!
I think it would be great to port RTIC to RISC-V, especially that core is already separated from cortex-m code and RISC-V is going more and more mainstream.
Each and everyday RISC-…
-
We are currently not doing a great job picking up the vector sizes for generic ops with mixed-length data types. The dispatch below shows a fully parallel element-wise op with `i32` and `i8` operation…
-
## Bug description
After updating dependencies in a project (was quite a rabbit hole due to all the breaking API changes from the past couple of months) the WiFi initalization (function `esp_wifi::…