kasjer opened a new pull request, #3436: URL: https://github.com/apache/mynewt-core/pull/3436
LSE can be used for RTC and os_tick. Bootloader does not have to use LSE to speed up boot. Current code disabled LSE in bootloader but that would stop RTC that may not be desirable. If bootloader has firmware update functionality (USB/serial/sdcard) it does not configure RTC, yet it would be nice if RTC was still running to keep track of time. This change does not disable LSE if it was not requested. It also does not configure LSE if it was requested but is already running. -- 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: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org