esp-idf/components/driver/rmt
morris 8dda17e3a3 fix(rmt): a disabled channel may pick up a pending transaction
because in the trans_done interrupt, the driver didn't check the channel FSM
2023-11-02 11:30:42 +08:00
..
include/driver fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
Kconfig.rmt feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
rmt_common.c fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
rmt_encoder.c feat(hal): add util function to reverse a 8bit byte 2023-10-18 09:48:14 +08:00
rmt_private.h fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
rmt_rx.c fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00
rmt_tx.c fix(rmt): a disabled channel may pick up a pending transaction 2023-11-02 11:30:42 +08:00