mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b72df43a3f
because G1 component can't rely on G2 component, thus we shouldn't use the esp_lcd's Kconfig in the hal's linker.lf
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
[mapping:esp_lcd_driver]
|
|
archive: libesp_lcd.a
|
|
entries:
|
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
esp_lcd_common: lcd_com_mount_dma_data (noflash)
|
|
|
|
[mapping:esp_lcd_hal]
|
|
archive: libhal.a
|
|
entries:
|
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
lcd_hal: lcd_hal_cal_pclk_freq (noflash)
|