mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
[mapping:esp_lcd_gdma]
|
|
archive: libesp_hw_support.a
|
|
entries:
|
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
gdma: gdma_reset (noflash)
|
|
gdma: gdma_start (noflash)
|
|
|
|
[mapping:esp_lcd_hal]
|
|
archive: libhal.a
|
|
entries:
|
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
lcd_hal: lcd_hal_cal_pclk_freq (noflash)
|
|
hal_utils: hal_utils_calc_clk_div_frac_fast (noflash)
|