Merge branch 'feature/support_parlio_tx_on_p4' into 'master'

feat(parlio_tx): supported parlio tx on p4

Closes IDF-7472

See merge request espressif/esp-idf!25365
This commit is contained in:
Kevin (Lao Kaiyao)
2023-09-27 12:33:34 +08:00
17 changed files with 1083 additions and 71 deletions

View File

@@ -136,6 +136,10 @@ examples/peripherals/mcpwm/mcpwm_foc_svpwm_open_loop:
examples/peripherals/parlio:
disable:
- if: SOC_PARLIO_SUPPORTED != 1
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: lack of runner
examples/peripherals/parlio/simple_rgb_led_matrix:
disable: