Skip to content

Commit 966114d

Browse files
committed
Merge branch 'fix/fix_partial_doc_links' into 'master'
fix(docs): Fix some document links See merge request ae_group/esp-iot-solution!1221
2 parents b61dd35 + 72e8d6d commit 966114d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/camera/video_lcd_display/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This example is based on the [esp_video](https://github.com/espressif/esp-video-
1515
### Prerequisites
1616

1717
* An ESP32-P4-Function-EV-Board.
18-
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](../../docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](../../docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](../../docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_datasheet.pdf)).
19-
* A MIPI-CSI camera powered by the SC2336 IC, accompanied by a 32-pin FPC connection [adapter board](../../docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-camera-subboard-schematics.pdf) ([Camera Specifications](../../docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/camera_datasheet.pdf)).
18+
* A 7-inch 1024 x 600 LCD screen powered by the [EK79007](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_driver_chip_EK79007AD_datasheet.pdf) IC, accompanied by a 32-pin FPC connection [adapter board](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-lcd-subboard-schematics.pdf) ([LCD Specifications](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/display_datasheet.pdf)).
19+
* A MIPI-CSI camera powered by the SC2336 IC, accompanied by a 32-pin FPC connection [adapter board](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/schematics/esp32-p4-function-ev-board-camera-subboard-schematics.pdf) ([Camera Specifications](https://github.com/espressif/esp-dev-kits/blob/master/docs/_static/esp32-p4-function-ev-board/camera_display_datasheet/camera_datasheet.pdf)).
2020
* A USB-C cable for power supply and programming.
2121
* Please refer to the following steps for the connection:
2222
* **Step 1**. According to the table below, connect the pins on the back of the screen adapter board to the corresponding pins on the development board.

examples/display/lcd/qspi_without_ram/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The connection between ESP Board and the LCD is as follows:
4949
└──────────────────────┘ └────────────────────┘
5050
```
5151

52-
The LCD parameters and GPIO number used by this example can be changed in [lv_port.h](main/lv_port.h).
52+
The LCD parameters and GPIO number used by this example can be changed in [lvgl_port.h](main/lvgl_port.h).
5353
Especially, please pay attention to the **vendor specific initialization**, it can be different between manufacturers and should consult the LCD supplier for initialization sequence code.
5454

5555
### Build and Flash

examples/keyboard/components/esp_hid/test_apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# esp_hid unit tests
55

6-
The unit tests are currently run only on the chips listed above just to save CI resources. If you are adding some tests which need to run on a different chip, update [.build-test-rules.yml](../.build-test-rules.yml), adding the chip you need.
6+
The unit tests are currently run only on the chips listed above just to save CI resources. If you are adding some tests which need to run on a different chip, update [.build-test-rules.yml](.build-test-rules.yml), adding the chip you need.
77

88
When adding new test cases, check if the `depends_components` list in `.build-test-rules.yml` needs to be updated to include additional components. The test app will only be built and tested when these components are modified.
99

examples/usb/device/usb_uart_bridge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ The example using `ESP32-S3-OTG` board by default, the IO configuration is as fo
8181

8282
### Wireless USB UART Bridge
8383

84-
Please refer to [Wireless USB UART Bridge](https://github.com/espressif/esp-dev-kits/tree/master/esp32-s3-usb-bridge/examples/usb_wireless_bridge).
84+
Please refer to [Wireless USB UART Bridge](https://github.com/espressif/esp-dev-kits/tree/master/examples/esp32-s3-usb-bridge/examples/usb_wireless_bridge).

0 commit comments

Comments
 (0)