feat(lp_core): Added support for LP UART on LP core for esp32p4

This commit enables LP UART support for the LP core on the esp32p4.
This commit is contained in:
Sudeep Mohanty
2024-03-11 09:57:53 +01:00
parent 4f900edb06
commit 26fd843376
5 changed files with 80 additions and 23 deletions

View File

@@ -285,7 +285,7 @@ examples/system/ulp/lp_core/lp_uart/lp_uart_echo:
- if: SOC_ULP_LP_UART_SUPPORTED != 1
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: target esp32p4 is not supported yet TODO IDF-7533
reason: target esp32p4 is not supported yet TODO IDF-9407
depends_components:
- ulp
@@ -294,7 +294,7 @@ examples/system/ulp/lp_core/lp_uart/lp_uart_print:
- if: SOC_ULP_LP_UART_SUPPORTED != 1
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: target esp32p4 is not supported yet TODO IDF-7533
reason: target esp32p4 is not supported yet TODO IDF-9407
depends_components:
- ulp