kasjer opened a new pull request #2748:
URL: https://github.com/apache/mynewt-core/pull/2748


   TinyUSB disables/enables HFXO clock when needed (on VBUS change).
   When used with Mynewt it may happen that BLE decides that it no longer needs 
HFXO,
   then it allows HFXO to be turned off while USB still requires it.
   
   This PR primarily adds API that can be called from TinyUSB stack to 
request/release clock
   that is shared with BLE.
   
   NRF52/53 shares same driver on TinyUSB side so API for clock request is also 
provided for NRF5340.
   For NRF53 HFCLK192M is used to generate 48MHZ USB clock hence 
usb_clock_request maps to
   different function there.


-- 
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]


Reply via email to