mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user