esp_wifi: ESP32 phy add [sections:phy_iram]

This commit is contained in:
xiehang 2021-01-05 20:21:48 +08:00 committed by bot
parent 4650db0841
commit 07ca98b5f0

View File

@ -60,6 +60,10 @@ entries:
entries:
.wifirxiram+
[sections:phy_iram]
entries:
.phyiram+
[scheme:default]
entries:
if APP_BUILD_USE_FLASH_SECTIONS = y:
@ -81,6 +85,7 @@ entries:
rtc_bss -> rtc_bss
wifi_iram -> flash_text
wifi_rx_iram -> flash_text
phy_iram -> flash_text
[scheme:rtc]
entries:
@ -110,3 +115,7 @@ entries:
[scheme:wifi_rx_iram]
entries:
wifi_rx_iram -> iram0_text
[scheme:phy_iram]
entries:
phy_iram -> iram0_text