Merge branch 'docs/lp_core_uart_apps_readme' into 'master'

docs(lp-core): Updated lp_core_uart app README files

See merge request espressif/esp-idf!31660
This commit is contained in:
Sudeep Mohanty
2024-06-21 17:59:22 +08:00
2 changed files with 10 additions and 8 deletions

View File

@@ -19,10 +19,11 @@ To run this example, you should have an ESP32-C6 based development board and a h
**Note:** The following pin assignments are used by default.
| | Rx | Tx |
| ----------------------- | ------| ------|
| ESP32-C6 | GPIO4 | GPIO5 |
| Host machine | Tx | Rx |
| | Rx | Tx |
| ----------------------- | -------| -------|
| ESP32-C6 | GPIO4 | GPIO5 |
| ESP32-P4 | GPIO15 | GPIO14 |
| Host machine | Tx | Rx |
### Build and Flash

View File

@@ -20,10 +20,11 @@ To run this example, you should have an ESP32-C6 based development board and a h
**Note:** The following pin assignments are used by default.
| | Tx |
| ----------------------- | ------|
| ESP32-C6 | GPIO5 |
| Host machine | Rx |
| | Tx |
| ----------------------- | -------|
| ESP32-C6 | GPIO5 |
| ESP32-P4 | GPIO14 |
| Host machine | Rx |
### Build and Flash