From 18cb678dd76d2d946ab5fb961182f20eebdee853 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Fri, 3 May 2019 07:56:28 +0200 Subject: [PATCH] boards/esp32_wrover_kit: documentation improvement Adds a reference to a vendor document about hardware configuration. --- boards/esp32-wrover-kit/doc.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/esp32-wrover-kit/doc.txt b/boards/esp32-wrover-kit/doc.txt index 4b40725787..6862593a62 100644 --- a/boards/esp32-wrover-kit/doc.txt +++ b/boards/esp32-wrover-kit/doc.txt @@ -22,6 +22,7 @@ 4. [Optional Hardware Configurations](#optional_hardware) 3. [Flashing the Device](#flashing) 4. [On-Chip Debugging with the device](#debugging) +5. [Other Documentation Resources](#other-resources) ## Overview    [[TOC](#toc)] @@ -257,4 +258,8 @@ For detailed information about ESP32 as well as configuring and compiling RIOT f ## On-Chip Debugging with the Device    [[TOC](#toc)] Since the USB bridge based on FDI FT2232HL provides a JTAG interface for debugging through an USB interface, using ESP-ROVER-KIT is the easiest and most convinient way for On-Chip debugging. Please refer the [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html) for details on how to setup and how to use ESP-WROVER-KIT and OpenOCD. + +## Other Documentation Resources    [[TOC](#toc)] + +There is a comprehensive [Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit-v3.html) for the ESP-WROVER-KIT with a lot information about hardware configuration. */