Merge branch 'feature/s2_ulp_riscv_adc' into 'master'

ulp-riscv: enable ULP-RISCV ADC example for esp32s2

Closes IDFGH-9716 and IDFGH-9700

See merge request espressif/esp-idf!23137
This commit is contained in:
Zim Kalinowski 2023-04-18 02:31:35 +08:00
commit a4cf0e24ac
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ examples/system/ulp_fsm/ulp_adc:
examples/system/ulp_riscv/adc:
enable:
- if: IDF_TARGET in ["esp32s3"]
- if: IDF_TARGET in ["esp32s2", "esp32s3"]
temporary: true
reason: the other targets are not tested yet

View File

@ -1,5 +1,5 @@
| Supported Targets | ESP32-S3 |
| ----------------- | -------- |
| Supported Targets | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- |
# ULP-RISC-V ADC Example