-
`HAL_ETH_Transmit_IT()` and `HAL_ETH_Transmit()` both test gState but do not set it to HAL_ETH_STATE_BUSY before operating on the TX descriptors inside `ETH_Prepare_Tx_Descriptors()`. This creates a r…
-
**Is your feature request related to a problem? Please describe.**
STM32F1x hal lacks fsmc, i2s, sdio and probably other interfaces.
**Describe the solution you'd like**
Add dtsi definitions li…
-
This is Ubuntu 24.04 running in a virtual machine, but I'm sure this will occur on real hardware as well.
Secure Boot is enabled and DKMS is not installed.
Calling sudo ./install-driver.sh fails wit…
-
HAL_ETH_ReleaseTxPacket() does **NOT** check gState before execution **AT ALL**.
https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/ceda3ceeca2ee77a76d2de2ee6b560ad87c90a48/Src/stm32h7…
-
Hi
My extension automatically updated to version 3.2.8 and my build started to fails:
Here is my STM32Make.make file:
```
########################################################################…
-
### LVGL version
9.3
### What happened?
Code I am working with is below. The screen is a "bar" type 320x820 screen found on aliexpress with ST7701 driver, and adafruit sells one like it.
Mostly …
-
## Origin
This is a repository containing the Realtek SDK, which currently includes the Ameba SOC series. In the future, it will also include drivers for other SOCs in our company.
https://github.…
-
Hi,
As I needed to use your driver in an async function with embassy, I needed an async version. I managed to do it and it works, but it would be great to integrate it into your driver as feature. …
-
## ESP32-C6
- [ ] Interrupts
- [x] `LP_I2C`
- [x] `LP_IO`
- [ ] `LP_TIMER`
- [x] `LP_UART`
- [ ] `LP_WDT` (?)
## ESP32-S2/S3
- [ ] Interrupts
- [ ] `RTC_I2C`
- [x] `RTC_IO`
- [ ] `SEN…
-
**Describe the bug**
Under enough USB traffic load, the implementation of `usb_dc_ep_write()` in the stm32 USB driver can cause data corruption. This is because the data pointer it accepts is stored …