kasjer opened a new pull request, #3296: URL: https://github.com/apache/mynewt-core/pull/3296
Even though function stm32_wfi_from_ram() has attribute to be placed in ram in -03 it can be inlined that can effectively run WFI from flash. Now additional attribute is added to make sure that it is not inlined. bx lr is also removed allowing compiler to make normal exit from function (which in most cases will be bx lr) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
