esp-idf/components/driver/parlio
Chen Jichang 4a10d24b48 fix(parlio_tx): fix error in first transfer and 1 byte transfer
On p4, the clock was configured in the wrong order causing a dropped
count on the first transmission. And gdma eof event fails to trigger
parlio_tx eof event when transmitting single byte.
2024-09-11 09:52:07 +08:00
..
include/driver feat(parlio_tx): support non-blocking transaction queue 2024-03-19 13:15:15 +08:00
parlio_common.c feat(parlio_tx): support non-blocking transaction queue 2024-03-19 13:15:15 +08:00
parlio_private.h feat(parlio_tx): support non-blocking transaction queue 2024-03-19 13:15:15 +08:00
parlio_tx.c fix(parlio_tx): fix error in first transfer and 1 byte transfer 2024-09-11 09:52:07 +08:00