2019-03-19 14:19:39 +08:00
|
|
|
[mapping:soc]
|
2018-04-18 10:57:45 +08:00
|
|
|
archive: libsoc.a
|
2019-01-23 17:07:03 +08:00
|
|
|
entries:
|
2018-04-18 10:57:45 +08:00
|
|
|
cpu_util (noflash_text)
|
|
|
|
rtc_clk (noflash)
|
|
|
|
rtc_clk_init (noflash_text)
|
|
|
|
rtc_init (noflash_text)
|
|
|
|
rtc_pm (noflash_text)
|
|
|
|
rtc_sleep (noflash_text)
|
|
|
|
rtc_time (noflash_text)
|
2019-01-23 17:07:03 +08:00
|
|
|
rtc_wdt (noflash_text)
|
|
|
|
spi_hal_iram (noflash_text)
|
2019-04-18 22:13:05 +08:00
|
|
|
spi_slave_hal_iram (noflash_text)
|
2019-04-17 20:19:44 +08:00
|
|
|
if UART_ISR_IN_IRAM = y:
|
|
|
|
uart_hal_iram (noflash_text)
|
|
|
|
else:
|
|
|
|
uart_hal_iram (default)
|
2019-01-08 18:29:25 +08:00
|
|
|
spi_flash_hal_iram (noflash)
|
2019-08-09 20:30:19 +08:00
|
|
|
ledc_hal_iram (noflash_text)
|
2019-06-05 11:32:20 +08:00
|
|
|
i2c_hal_iram (noflash)
|
2019-01-08 18:29:25 +08:00
|
|
|
lldesc (noflash_text)
|
2020-12-03 18:21:43 +08:00
|
|
|
if CAN_ISR_IN_IRAM = y:
|
|
|
|
can_hal_iram (noflash)
|
|
|
|
else:
|
2021-01-13 20:05:57 +08:00
|
|
|
can_hal_iram (default)
|