morris
|
df558f4f39
|
Merge branch 'feature/bytes_encoder_config_update_v5.2' into 'release/v5.2'
feat(rmt): support update bytes encoder configurations at runtime (v5.2)
See merge request espressif/esp-idf!28381
|
2024-02-18 10:54:54 +08:00 |
|
morris
|
5ad9e6b87f
|
feat(rmt): added a help function for allocating encoder memory
The encoder memory location should respect the RMT_MEM_ALLOC_CAPS,
which is affected by some Kconfig options, like ISR_IRAM_SAFE
Closes https://github.com/espressif/esp-idf/issues/13032
|
2024-01-30 17:03:41 +08:00 |
|
morris
|
414306bd37
|
feat(rmt): support update bytes encoder configurations at runtime
Closes https://github.com/espressif/esp-idf/issues/12775
|
2024-01-16 15:59:11 +08:00 |
|
morris
|
2e8cc61af7
|
feat(rmt): support calling rmt_receive in ISR callback
|
2023-11-08 14:32:26 +08:00 |
|
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 |
|
Planck (Lu Zeyu)
|
80fa5da9e8
|
feat(rmt): specify interrupt priority
|
2023-09-01 11:30:41 +08:00 |
|
morris
|
b19a3e3e56
|
rmt: define RMT_ENCODING_RESET in rmt_encode_state_t
Closes https://github.com/espressif/esp-idf/issues/11200
|
2023-04-17 14:50:51 +08:00 |
|
morris
|
5d1a272b1c
|
rmt: calarify the meaning of mem_block_symbols in DMA and non-DMA mode
|
2023-03-30 11:09:13 +08:00 |
|
morris
|
d82981c437
|
rmt: use gpio_num_t to define gpio number
|
2023-03-30 10:30:27 +08:00 |
|
morris
|
f534247a00
|
driver: add parallel IO TX driver
|
2023-03-01 00:43:14 +00:00 |
|
laokaiyao
|
f27cd67c00
|
driver: pack peripherals
|
2023-02-02 18:19:58 +08:00 |
|