feat(uart): support HP/LP uart on ESP32C5 MP

This commit is contained in:
gaoxu
2024-05-28 10:45:59 +08:00
parent bfcdc3ca0e
commit ed6ca697cf
10 changed files with 93 additions and 41 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ examples/protocols/modbus:
disable:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: not supported yet # TODO: [ESP32C5] IDF-8722, IDF-8697
reason: not supported yet # TODO: [ESP32C5] IDF-8697
depends_filepatterns:
- examples/protocols/modbus/mb_example_common/**/*