-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Infineon] PSoC6 Lock app not responding to button press after Factor… #24603
[Infineon] PSoC6 Lock app not responding to button press after Factor… #24603
Conversation
PR #24603: Size comparison from 94034c5 to 9aa4f18 Increases (8 builds for cc13x2_26x2, cyw30739, esp32, psoc6, telink)
Decreases (12 builds for bl602, bl702, cc13x2_26x2, nrfconnect, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain why this code rearrangement fixes the problem.
attribute data is initialized to default values in the function |
PR #24603: Size comparison from d15be4c to e0393c6 Increases (6 builds for bl602, cc13x2_26x2, psoc6, telink)
Decreases (5 builds for bl702, cc13x2_26x2, esp32, psoc6)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24603: Size comparison from 6e12e92 to b00d5b0 Increases (9 builds for bl702, nrfconnect, psoc6, telink)
Decreases (4 builds for esp32, psoc6, qpg)
Full report (39 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, telink)
|
@sreeramIfx Note the restyled failures. |
PR #24603: Size comparison from 0620f27 to 2fd1d91 Increases (6 builds for bl602, esp32, nrfconnect, psoc6, telink)
Decreases (9 builds for bl702, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #24603: Size comparison from d4d976b to 248e797 Increases (4 builds for cyw30739, esp32, psoc6, telink)
Decreases (7 builds for bl702, nrfconnect, psoc6, telink)
Full report (43 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Map long press and short press of the USER_BTN2 to Factory reset
PR #24603: Size comparison from 0e896b4 to 7306a6d Increases (5 builds for cc13x2_26x2, cyw30739, nrfconnect, psoc6, telink)
Decreases (9 builds for bl602, bl702, cc13x2_26x2, esp32, nrfconnect, psoc6, telink)
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
project-chip#24603) * [Infineon] PSoC6 Lock app not responding to button press after Factory reset * Update ButtonHandler.cpp Map long press and short press of the USER_BTN2 to Factory reset * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
PSoC6 Lock app is not responding to button press (Factory reset button and the user button) after Factory reset. The same happens occasionally upon resetting (by pressing the reset button) the board multiple times.