Set pinmux driver to use RTCIO interface for to handle dedicated IOs pull-up/down configuration. Without this, some GPIOS won't have pull-up enabled properly. Also, current implementation automatically disables output pin when input pin is set. It also performs the oppositte. This PR changes it only to enable what is requested, either input or output. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Kconfig.b91 | ||
| Kconfig.beetle | ||
| Kconfig.cc13xx_cc26xx | ||
| Kconfig.esp32 | ||
| Kconfig.hsdk | ||
| Kconfig.intel_s1000 | ||
| Kconfig.it8xxx2 | ||
| Kconfig.lpc11u6x | ||
| Kconfig.mcux | ||
| Kconfig.mcux_lpc | ||
| Kconfig.rv32m1 | ||
| Kconfig.sam0 | ||
| Kconfig.sifive | ||
| Kconfig.stm32 | ||
| Kconfig.xec | ||
| pinmux_b91.c | ||
| pinmux_cc13xx_cc26xx.c | ||
| pinmux_esp32.c | ||
| pinmux_hsdk.c | ||
| pinmux_intel_s1000.c | ||
| pinmux_ite_it8xxx2.c | ||
| pinmux_lpc11u6x.c | ||
| pinmux_mchp_xec.c | ||
| pinmux_mcux_lpc.c | ||
| pinmux_mcux.c | ||
| pinmux_rv32m1.c | ||
| pinmux_sam0.c | ||
| pinmux_sifive.c | ||
| pinmux_stm32.c | ||
| pinmux_stm32.h | ||