apc067 commented on code in PR #3321: URL: https://github.com/apache/mynewt-core/pull/3321#discussion_r1809785911
########## hw/hal/include/hal/hal_system.h: ########## @@ -95,6 +95,16 @@ const char *hal_reset_cause_str(void); */ void hal_system_clock_start(void); +/** + * Calibrate selected LP clock + */ +void hal_system_lpclk_calibrate(void); + +/** + * Notify about LP clock update + */ +void hal_system_lpclk_updated(void); + Review Comment: After a discussion with my team I realized that I had the wrong understanding about what should be added to this HAL API - now fixed. -- 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