mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(phy): remove tsens set_range from linker.lf when ESP_PHY_INIT_IRAM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user