Merge branch 'feat/lp_core_lp_adc_support' into 'master'

feat(lp_adc): Addded support for LP ADC for the LP core on esp32p4

Closes IDF-6875 and IDF-10205

See merge request espressif/esp-idf!33117
This commit is contained in:
Sudeep Mohanty
2024-09-11 17:16:40 +08:00
24 changed files with 848 additions and 17 deletions
+6
View File
@@ -311,6 +311,12 @@ examples/system/ulp/lp_core/interrupt:
depends_components:
- ulp
examples/system/ulp/lp_core/lp_adc:
disable:
- if: (SOC_LP_ADC_SUPPORTED != 1)
depends_components:
- ulp, esp_adc
examples/system/ulp/lp_core/lp_i2c:
enable:
- if: SOC_LP_I2C_SUPPORTED == 1 and SOC_DEEP_SLEEP_SUPPORTED == 1