esp-idf/components/esp32/test
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
..
CMakeLists.txt
component.mk
test_4mpsram.c
test_aes_sha_rsa.c
test_ahb_arb.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
test_ahb_arb_asm.S
test_backtrace.c
test_dport.c
test_dport_xt_highint5.S
test_fastbus.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00
test_fastbus_asm.S
test_fp.c
test_himem.c
test_sha.c
test_spiram_cache_flush.c
test_tsens.c
test_unal_dma.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-08 14:01:18 +08:00