diff --git a/components/esp_phy/linker_esp32hxx.lf b/components/esp_phy/linker_esp32hxx.lf index a157b54bea..303b90129d 100644 --- a/components/esp_phy/linker_esp32hxx.lf +++ b/components/esp_phy/linker_esp32hxx.lf @@ -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 diff --git a/components/esp_phy/test_apps/.build-test-rules.yml b/components/esp_phy/test_apps/.build-test-rules.yml index e09fd07766..b87395c422 100644 --- a/components/esp_phy/test_apps/.build-test-rules.yml +++ b/components/esp_phy/test_apps/.build-test-rules.yml @@ -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