fix(phy): remove tsens set_range from linker.lf when ESP_PHY_INIT_IRAM

This commit is contained in:
Tan Yan Quan
2026-03-13 10:36:04 +08:00
parent 9af32395e2
commit 14f2f47055
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -81,7 +81,6 @@ entries:
if ESP_PHY_INIT_IRAM = y:
temperature_sensor_hal:temperature_sensor_hal_get_degree (noflash)
temperature_sensor_hal:temperature_sensor_hal_init (noflash)
temperature_sensor_hal:temperature_sensor_ll_set_range (noflash)
[mapping:esp_timer_hxx]
archive: libesp_timer.a
@@ -8,6 +8,7 @@ components/esp_phy/test_apps/phy_iram:
temporary: true
reason: not supported for esp32h21 and esp32h4 yet
depends_components:
- esp_hal_ana_conv
- esp_phy
- esp_pm
- esp_timer