Skip to content

Commit

Permalink
ulp-riscv: enable ULP-RISCV ADC example for esp32s2
Browse files Browse the repository at this point in the history
ADC can now be used from the ULP-RISCV on S2 after the RTC power parameters were
fixed in a624d8d

Closes #11052
Closes #11040
  • Loading branch information
ESP-Marius committed Apr 24, 2023
1 parent ef4b1b7 commit 0747101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/system/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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

Expand Down
4 changes: 2 additions & 2 deletions examples/system/ulp_riscv/adc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Supported Targets | ESP32-S3 |
| ----------------- | -------- |
| Supported Targets | ESP32-S2 | ESP32-S3 |
| ----------------- | -------- | -------- |

# ULP-RISC-V ADC Example

Expand Down

0 comments on commit 0747101

Please sign in to comment.