mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
ADC can now be used from the ULP-RISCV on S2 after the RTC power parameters were
fixed in a624d8d061
Closes https://github.com/espressif/esp-idf/issues/11052
Closes https://github.com/espressif/esp-idf/issues/11040
This commit is contained in:
@@ -154,7 +154,7 @@ examples/system/ulp_fsm/ulp_adc:
|
|||||||
|
|
||||||
examples/system/ulp_riscv/adc:
|
examples/system/ulp_riscv/adc:
|
||||||
enable:
|
enable:
|
||||||
- if: IDF_TARGET in ["esp32s3"]
|
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
|
||||||
temporary: true
|
temporary: true
|
||||||
reason: the other targets are not tested yet
|
reason: the other targets are not tested yet
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
| Supported Targets | ESP32-S3 |
|
| Supported Targets | ESP32-S2 | ESP32-S3 |
|
||||||
| ----------------- | -------- |
|
| ----------------- | -------- | -------- |
|
||||||
|
|
||||||
# ULP-RISC-V ADC Example
|
# ULP-RISC-V ADC Example
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user