esp-idf/components/esp32
Omar Chebib cd79f3907d gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3
When `DIS_USB_JTAG` eFuse is NOT burned (`False`), it is not possible
to set pins 18 and 19 as GPIOs. This commit solves this by manually
disabling USB JTAG when using pins 18 or 19.
The functions shall use `gpio_hal_iomux_func_sel` instead of
`PIN_FUNC_SELELECT`.
2021-04-08 14:01:18 +08:00
..
include esp32: remove deprecated esp_intr.h 2021-03-31 19:17:33 +08:00
ld esp32: move common fragment definitions 2021-03-31 19:17:33 +08:00
test gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
CMakeLists.txt esp32: move system libs 2021-03-31 19:17:33 +08:00
Kconfig esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
Makefile.projbuild
cache_sram_mmu.c
component.mk esp32: move system libs 2021-03-31 19:17:33 +08:00
dport_access.c freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
esp_himem.c
project_include.cmake esp32: move toolchain check 2021-03-31 19:17:33 +08:00
sdkconfig.rename esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
spiram.c
spiram_psram.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
spiram_psram.h