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

Updated the LP Core UART apps README files to mention the default pins
to use on esp32p4.
This commit is contained in:
Sudeep Mohanty
2024-06-21 11:35:37 +02:00
parent e863e6069c
commit 38acdede57
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