forked from espressif/esp-idf
hal: put rodata into dram for hal functions
This commit is contained in:
@@ -10,17 +10,17 @@ entries:
|
|||||||
rtc_sleep (noflash_text)
|
rtc_sleep (noflash_text)
|
||||||
rtc_time (noflash_text)
|
rtc_time (noflash_text)
|
||||||
rtc_wdt (noflash_text)
|
rtc_wdt (noflash_text)
|
||||||
spi_hal_iram (noflash_text)
|
spi_hal_iram (noflash)
|
||||||
spi_slave_hal_iram (noflash_text)
|
spi_slave_hal_iram (noflash)
|
||||||
if UART_ISR_IN_IRAM = y:
|
if UART_ISR_IN_IRAM = y:
|
||||||
uart_hal_iram (noflash_text)
|
uart_hal_iram (noflash)
|
||||||
else:
|
else:
|
||||||
uart_hal_iram (default)
|
uart_hal_iram (default)
|
||||||
spi_flash_hal_iram (noflash)
|
spi_flash_hal_iram (noflash)
|
||||||
ledc_hal_iram (noflash_text)
|
ledc_hal_iram (noflash)
|
||||||
i2c_hal_iram (noflash)
|
i2c_hal_iram (noflash)
|
||||||
spi_flash_hal_gpspi (noflash)
|
spi_flash_hal_gpspi (noflash)
|
||||||
lldesc (noflash_text)
|
lldesc (noflash)
|
||||||
cpu_hal (noflash)
|
cpu_hal (noflash)
|
||||||
soc_hal (noflash)
|
soc_hal (noflash)
|
||||||
wdt_hal_iram (noflash)
|
wdt_hal_iram (noflash)
|
||||||
|
Reference in New Issue
Block a user