andrzej-kaczmarek commented on a change in pull request #2395:
URL: https://github.com/apache/mynewt-core/pull/2395#discussion_r510930457
##########
File path: hw/mcu/dialog/da1469x/src/hal_gpio.c
##########
@@ -473,6 +474,10 @@ mcu_gpio_enter_sleep(void)
return;
}
+ /* Save pins states and their latched values */
Review comment:
the whole sleep code is run with interrupts disabled since it's called
from `os_tick_idle`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]