-
**Board**
ESP32 WROOM 32
**Operating System**
Linux
Hi,
I need to increase the wifi performance, but where the needed registers?
I was looking for edit something as (I'm not sure):
```
C…
-
### Description
The fdbased LinkEndpoint supports PACKET_MMAP, but is missing a few useful improvements:
- TX: we TX using `sendmmsg`, but should use PACKET_MMAP buffers.
- RX: the PACKET_MMAP …
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x60db99f06cbd10a890debcca0ec3a5f6cbb039fd0fde42cec929540bb1e76292
**Severity:** medium
**Description:**
Anyone can o…
-
## 网络设备
```c
struct rte_eth_dev {
eth_rx_burst_t rx_pkt_burst; /**< Pointer to PMD receive function. */
eth_tx_burst_t tx_pkt_burst; /**< Pointer to PMD transmit function. */
eth_tx_prep_t t…
-
Hello,
I am facing an issue with MQTTs (TLS 1.3) implementation. I am using the STMH563ZI board (with TheadX as RTOS) and using the serverless emqx broker for testing.
When I try to connect to the b…
-
在mbrtu.c -> xMBRTUTransmitFSM 中
case STATE_TX_XMIT:
/* check if we are finished. */
if( usSndBufferCount != 0 )
{
xMBPortSerialPutByte( ( CHAR )*pucSndBufferC…
-
I am replicating my MATLAB Tx and Rx code for ADALM-Pluto in Python. I have successfully configured the transmitter in Python and I'm using my MATLAB code for the receiver.
Currently, I am generati…
-
Describe the bug
After 20 receptions on OpenEPaperLink_esp32_C6_AP no more packets are received over ZigBee. All previous packets arrive just fine.
To Reproduce
Steps to reproduce the behavior:
…
-
### Board
YD-ESP32-S3
### Device Description
YD-ESP32-S3 http://vcc-gnd.cn/vcc_gnd/YD-ESP32-S3
### Hardware Configuration
USB and Serial0 connected to pc.
### Version
v3.0.3
##…
-
I am debugging a SMP port and noticed the sample works fine w/o trace. However when trace is enabled they are some strange issues.
@billlamiework and @goldscott, can you teach status of trace APIs i…