forked from espressif/esp-idf
feat(uhci): Add length receive threshold support
This commit is contained in:
@@ -516,7 +516,7 @@ examples/peripherals/uart/uart_dma_ota:
|
||||
disable:
|
||||
- if: SOC_UHCI_SUPPORTED != 1
|
||||
disable_test:
|
||||
- if: IDF_TARGET in ["esp32p4"]
|
||||
- if: IDF_TARGET in ["esp32p4", "esp32c5"]
|
||||
temporary: true
|
||||
reason: Lack runners
|
||||
|
||||
|
@@ -42,7 +42,7 @@ def send_file_via_uart(port: str, baud_rate: int, file_path: str, packet_size: i
|
||||
],
|
||||
indirect=True,
|
||||
)
|
||||
@idf_parametrize('target', ['esp32c6', 'esp32c3', 'esp32s3'], indirect=['target'])
|
||||
@idf_parametrize('target', ['esp32c6', 'esp32c3', 'esp32s3', 'esp32h2'], indirect=['target'])
|
||||
def test_uart_dma_ota(dut: Dut) -> None:
|
||||
dut.expect_exact('uhci-example: OTA process started')
|
||||
# We OTA the same binary to another partition and switch to there.
|
||||
|
@@ -0,0 +1,2 @@
|
||||
CONFIG_IDF_TARGET="esp32h2"
|
||||
CONFIG_UART_RX_IO=23
|
Reference in New Issue
Block a user