walnux/arch/arm
Michal Lenc bd628883ab arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled
GPIO peripheral clocks have to be enabled even if interrupt support
on the peripheral is not enabled, otherwise GPIO input will not work.
This is probably caused by input filters that need clock signal.

This commit moves the clock enable call from interrupt specific function
to common initialization function that is called from _start entry
point function.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-03-29 10:33:25 +08:00
..
include arch/ra4: Add support for Renesas RA4M1 MCU 2025-02-25 13:14:48 -03:00
src arch/arm/src/samv7: enable GPIO clock even if interrupt not enabled 2025-03-29 10:33:25 +08:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig arch/armv7-r: relax ARM_THUMB 2025-03-27 02:25:05 +08:00