esp-idf/components/espcoredump
Omar Chebib 84dc42c4b0 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-12 17:45:06 +08:00
..
corefile fix(coredump): parse registers values from stack 2021-01-29 11:12:21 +08:00
include Merge branch 'feature/coredump_refactor_riscv_support_v4.3' into 'release/v4.3' 2021-03-12 07:47:02 +00:00
include_core_dump espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
src gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-12 17:45:06 +08:00
test core dump: modify the test according to the refactor 2021-01-21 15:14:59 +08:00
CMakeLists.txt espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
component.mk espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
espcoredump.py core dump: rewrite espcoredump.py with corefile package 2021-01-21 15:14:59 +08:00
Kconfig espcoredump: code refactoring and add support for RISC-V implemetation 2021-03-10 12:19:00 +08:00
linker.lf ci: exempt upstream libmbedtls mapping for sha256 2021-01-19 11:17:18 +08:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30