platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
234 stars 323 forks source link

Add GPIO pin numbers to the wiring table #340

Closed docwilco closed 4 months ago

docwilco commented 4 months ago

Used https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-other-jtag.html as reference

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

valeros commented 4 months ago

Hi @docwilco, thanks for the PR. I believe the pin numbers were omitted intentionally to make that page as generic as possible to cover all ESP32 series (e.g. ESP32S chips have different JTAG pins: GPIO40, GPIO41, GPIO39, GPIO42).

docwilco commented 4 months ago

I went through all of the ESP32 types' JTAG documentation and collected them together

docwilco commented 4 months ago

@valeros what do you think of my update?

valeros commented 4 months ago

Thanks for the PR, merged.