mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'refactor/move_common_adc_part_to_hw_support' into 'master'
esp_adc: move esp_adc out of g1 dependency list Closes IDF-5637 See merge request espressif/esp-idf!19159
This commit is contained in:
@@ -40,11 +40,6 @@ set(extra_components_which_shouldnt_be_included
|
||||
# Figure out if these components can exist without a dependency on efuse.
|
||||
# If not, see if esp_hw_support can provide minimal efuse component replacement in G1 build.
|
||||
efuse
|
||||
# [refactor-todo]: esp_adc is a dependency of driver, esp_phy and esp_wii.
|
||||
# Driver dependency only exists in legacy drivers. After removing deprecated drivers, this dependency can be fixed
|
||||
# esp_phy requires esp_adc to maintain the ADC power for PWDET usage
|
||||
# esp_wifi requires esp_adc to do the initial calibration for PWDET usage
|
||||
esp_adc
|
||||
# esp_pm is pulled in by freertos, can be made a weak dependency
|
||||
# conditional on related Kconfig option. It is also used by esp_wifi, driver, mbedtls,
|
||||
# all of which should be removed from G1-only build.
|
||||
|
Reference in New Issue
Block a user