-
Observations:
* Interestingly, enabling debug optimizations or speed optimizations will fix the issue, again probably due to a different image causing different prefetch pattern in flexspi?
* reloca…
-
### Board
ESP32-S3 (ESP32-S3-DevKit C N16R8)
### Device Description
ESP32-S3-DevKit C N16R8 with PlatformIO on Arduino-ESP32 Framework
There are few FreeRTOS tasks, one of them is `CANListenerTask…
-
This applies to offload support that hasn't been upstreamed yet.
In `spi_engine_offload_load_msg()`, the tx buffer of each spi xfer is copied to the SPI engine memory-mapped registers.
https://g…
-
Hello!
I've installed jitsi-videosipgw from installer script.
So, here is the steps to reproduce the issue:
1)Start meeting room
2)Invite SIP user from "Invite" screen in jitsi
3)Answer the S…
-
I am running D2D Multicast car simulation for 100 Cars with Alert application. I have assigned 50 cars as AlertSenders and rest as AlertReceivers. I have a highway map of 1 km in length.
When running…
-
## Current Behavior
Using QGroundControl 4.4.2 together with 900Mhz Mavlink via ELRS feature yields Sequence Issues on Mission Plans, i.e. Waypoints and Rallypoints.
Refer to original Issue for …
-
### Is your feature request related to a problem?
I believe the UART support in general needs some improvement.
The hardware FIFO is 1024 bytes big but only 256 bytes are used by default, 128 for …
-
Using the code here:
https://github.com/simeonmiteff/repro-zeek-broker-ws-disconnect
Running the go app:
```
$ go build && ./repro-zeek-broker-ws-disconnect
2024/09/18 10:39:37 connected to …
-
### Describe the bug
```
const payload = payId ? beginCell().storeUint(0, 32).storeStringTail(payId).endCell().toBoc().toString('base64') : void 0
const transaction = {
validUntil: Math.floor(…
-
Is it possible with the help of this stack to implement interaction with Webcamera through UVC ? If so, how?