forked from espressif/esp-idf
Merge branch 'refactor/esp_lcd_linker' into 'master'
refactor(esp_lcd): move hal function placement to the driver layer See merge request espressif/esp-idf!24617
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
[mapping:esp_lcd]
|
[mapping:esp_lcd_driver]
|
||||||
archive: libesp_lcd.a
|
archive: libesp_lcd.a
|
||||||
entries:
|
entries:
|
||||||
if LCD_RGB_ISR_IRAM_SAFE = y:
|
if LCD_RGB_ISR_IRAM_SAFE = y:
|
||||||
esp_lcd_common: lcd_com_mount_dma_data (noflash)
|
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)
|
||||||
|
@@ -32,8 +32,6 @@ entries:
|
|||||||
spi_flash_hal_gpspi (noflash)
|
spi_flash_hal_gpspi (noflash)
|
||||||
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
if GPIO_CTRL_FUNC_IN_IRAM = y:
|
||||||
gpio_hal: gpio_hal_intr_disable (noflash)
|
gpio_hal: gpio_hal_intr_disable (noflash)
|
||||||
if LCD_RGB_ISR_IRAM_SAFE = y:
|
|
||||||
lcd_hal: lcd_hal_cal_pclk_freq (noflash)
|
|
||||||
if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
|
if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
|
||||||
adc_oneshot_hal (noflash)
|
adc_oneshot_hal (noflash)
|
||||||
if COMPILER_OPTIMIZATION_DEBUG = y:
|
if COMPILER_OPTIMIZATION_DEBUG = y:
|
||||||
|
Reference in New Issue
Block a user