esp-idf/components/esp_driver_parlio
Chen Jichang 7dd15bee31 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-05 17:12:49 +08:00
..
include/driver fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
src fix(parlio_tx): fix error in first transfer and 1 byte transfer 2024-09-05 17:12:49 +08:00
test_apps fix(parlio): fix cache sync issue on P4 2024-07-19 10:33:55 +08:00
CMakeLists.txt refactor(parlio_tx): use gdma link list driver to mount buffer 2024-09-04 10:20:01 +08:00
Kconfig fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
linker.lf refactor(parlio_tx): use gdma link list driver to mount buffer 2024-09-04 10:20:01 +08:00