mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
[mapping:rmt_driver]
|
|
archive: libdriver.a
|
|
entries:
|
|
if RMT_RECV_FUNC_IN_IRAM = y:
|
|
rmt_rx: rmt_receive (noflash)
|
|
if SOC_RMT_SUPPORT_DMA = y:
|
|
rmt_rx: rmt_rx_mount_dma_buffer (noflash)
|