-
**Is your enhancement proposal related to a problem? Please describe.**
`CONFIG_BT_ISO_TX_MTU` today is not used by the host.
It has 3 uses
1) Many samples and tests are using this value to defi…
-
https://github.com/Zondax/ledger-filecoin/blob/de3ee0e139a60927d8dddb5db5e8563843e3f90d/app/src/parser_txdef.h#L34
Params size is limited to 200B. We have a use case in which this isn't enough:
1.…
-
```
[12ms] Platform: ZuluSCSI Pico
[12ms] FW Version: 24.10.16-release Oct 16 2024 17:34:59
[12ms] DIP switch settings: debug log 0, termination 1
[12ms] SCSI termination is enabled
[12ms] Flash …
-
Hello, it seems that these lines
// wait for TX buffer to free
while ((readRegister(REG_SR) & 0x04) != 0x04) {
yield();
}
and
// wait for TX complete
while ((readRegister(RE…
-
Hello everyone!
The Sparkfun 9doF Stick won't initialize via I2C throwing up this error:
[ 2464][E][Wire.cpp:422] beginTransmission(): could not acquire lock
[ 2470][E][Wire.cpp:448] endTran…
-
### Board
custom esp32s3 board
### Device Description
Custom board with ESP32S3 and FUSB302 chip connected to USB-C port. The problem is unrelated to the board.
### Hardware Configuration
ESP32S3…
-
**Is your enhancement proposal related to a problem? Please describe.**
The current SPI driver transfer API has parameters for an array of struct spi_buf for transmits and another for receive.
The S…
-
Nexa devices are using 64-bit codes, but uart TX buffer is too small (48 at the moment) for sending those. Would it be too bad to handle the uart TX in a blocking way? I can make a pull request for th…
-
Hello,
I am using a [2-Channel Isolated CAN Expansion HAT](https://www.waveshare.com/2-ch-can-hat.htm) to control two DC Motors via a Raspberry Pi 4B. I am using python-can 4.3.1.
When starting…
-
```bash
#include
#include
#include
#include
#include
/* PWM-related parameter definitions */
#define PWM_PERIOD_NS 1000000 /* 1ms = 1kHz */
#define DUTY_CYCLE_20 200000 /…