-
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
[nrfconnect] Fixed a timer issue on WindowApp #19224
[nrfconnect] Fixed a timer issue on WindowApp #19224
Conversation
75eed42
to
ca76475
Compare
PR #19224: Size comparison from 0ef4a9d to ca76475 Full report (49 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, 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 see review comments
ca76475
to
a1ebc68
Compare
PR #19224: Size comparison from 55ab764 to a1ebc68 Full report (14 builds for cyw30739, k32w, linux, mbed, p6, telink)
|
@jmeg-sfy I passed the argument for Tilt/Lift within the pointer as you suggested. What do you think right now? |
b098085
to
1a3c428
Compare
PR #19224: Size comparison from 55ab764 to 1a3c428 Full report (38 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
1a3c428
to
6cb1b77
Compare
Nrfconnect WindowApp example fell into a hard fault after receiving `windowcovering` commands from a chip-tool. Moved the application timer's invocation to SystemLayer because previously, it was called from ISR, and it caused a hard fault. Added also DFU SMP to the example and set proper pins to PWM.
6cb1b77
to
075e438
Compare
PR #19224: Size comparison from b8e9ab1 to 075e438 Increases (2 builds for nrfconnect, telink)
Decreases (3 builds for esp32, nrfconnect)
Full report (38 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Nrfconnect WindowApp example fell into a hard fault after receiving `windowcovering` commands from a chip-tool. Moved the application timer's invocation to SystemLayer because previously, it was called from ISR, and it caused a hard fault. Added also DFU SMP to the example and set proper pins to PWM.
Problem
Nrfconnect WindowApp example fell into a hard fault
after receiving
windowcovering
commands from a chip-tool.Change overview
Moved the application timer's invocation to SystemLayer because previously,
it was called from an ISR context, and it caused a hard fault.
Added also DFU SMP to the WindowApp example and set proper pins to PWM.
Testing
Tested manually on nrf53 and nrf52