mimxrt1050_evk: GPIO button pushed only once #45129
Labels
bug
The issue is a bug, or the PR is fixing a bug
Enhancement
Changes/Updates/Additions to existing features
platform: NXP
NXP
Is your enhancement proposal related to a problem? Please describe.
the GPIO button can only be pushed once. than it fails to push again. this is because in the DTS the up function is missing
Describe the solution you'd like
change gpios from only GPIO_ACTIVE_LOW to pull GPIO_PULL_UP and GPIO_ACTIVE_LOW.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
as alternative it is possible to make a overlay and change it there. but this has to be done by every user itself. and the samples wouldn't work out of the box.
The text was updated successfully, but these errors were encountered: