mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
17 lines
550 B
Plaintext
17 lines
550 B
Plaintext
[mapping:gpspi_hal]
|
|
archive: libesp_hal_gpspi.a
|
|
entries:
|
|
if SPI_MASTER_ISR_IN_IRAM = y:
|
|
spi_hal_iram (noflash)
|
|
if SPI_SLAVE_ISR_IN_IRAM = y:
|
|
spi_slave_hal_iram (noflash)
|
|
|
|
[mapping:gpspi_driver_gdma_link]
|
|
archive: libesp_driver_dma.a
|
|
entries:
|
|
if SPI_MASTER_ISR_IN_IRAM = y || SPI_SLAVE_ISR_IN_IRAM = y:
|
|
gdma_link: gdma_link_mount_buffers (noflash)
|
|
gdma_link: gdma_link_count_buffer_size_till_eof (noflash)
|
|
gdma_link: gdma_link_get_buffer (noflash)
|
|
gdma_link: gdma_link_get_length (noflash)
|