Merge branch 'doc/remove_modules_and_boards_section_from_hw_reference' into 'master'

remove modules and boards section

Closes DOC-45 and DOC-355

See merge request espressif/esp-idf!12846
This commit is contained in:
Krzysztof Budzynski
2021-05-31 11:12:51 +00:00
31 changed files with 55 additions and 1265 deletions

View File

@@ -47,8 +47,8 @@ ADC Limitations
.. only:: esp32
- Some of the ADC2 pins are used as strapping pins (GPIO 0, 2, 15) thus cannot be used freely. Such is the case in the following official Development Kits:
- :ref:`ESP32 DevKitC <esp-modules-and-boards-esp32-devkitc>`: GPIO 0 cannot be used due to external auto program circuits.
- :ref:`ESP-WROVER-KIT <esp-modules-and-boards-esp-wrover-kit>`: GPIO 0, 2, 4 and 15 cannot be used due to external connections for different purposes.
- ESP32 DevKitC: GPIO 0 cannot be used due to external auto program circuits.
- ESP-WROVER-KIT: GPIO 0, 2, 4 and 15 cannot be used due to external connections for different purposes.
- Since the ADC2 module is also used by the Wi-Fi, only one of them could get the preemption when using together, which means the :cpp:func:`adc2_get_raw` may get blocked until Wi-Fi stops, and vice versa.
.. only:: not esp32