mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 04:41:57 +00:00
Fixes #16739. Changed the STM32's SPI MISO/MOSI configurations in order to reduce the power consumption by approximately 20uA per pin. According to STM32's Application Notes on GPIO configuration for low-power consumption, the input pins should be configured with internal pull-up or pull-down resistor. If a pin is configured as a floating input, and there is no signal present, the Schmitt trigger randomly toggles between the logical levels induced by the external noise, thus increasing the consumption. Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com> |
||
---|---|---|
.. | ||
stm32 | ||
CMakeLists.txt | ||
dummy.c | ||
Kconfig | ||
Kconfig.beetle | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.cc2650 | ||
Kconfig.esp32 | ||
Kconfig.intel_s1000 | ||
Kconfig.mcux | ||
Kconfig.mcux_lpc | ||
Kconfig.rv32m1 | ||
Kconfig.sam0 | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
Kconfig.xec | ||
pinmux_cc13xx_cc26xx.c | ||
pinmux_cc2650.c | ||
pinmux_esp32.c | ||
pinmux_intel_s1000.c | ||
pinmux_mchp_xec.c | ||
pinmux_mcux_lpc.c | ||
pinmux_mcux.c | ||
pinmux_qmsi.c | ||
pinmux_rv32m1.c | ||
pinmux_sam0.c | ||
pinmux_sifive.c | ||
pinmux.h |