andrzej-kaczmarek opened a new pull request #2205: hw/mcu/dialog: Split DCDC 
startup into 2 phases
URL: https://github.com/apache/mynewt-core/pull/2205
 
 
   Currently DCDC configuration is hardcoded and it's not really possible
   to change it in BSP. This patch makes it easier by splitting DCDC
   startup into 2 phases: initialization and enabling.
   
   Initialization is done in SystemInit and it only configures registers.
   DCDC is then enabled in hal_system_init. This allows to inject extra
   configuration in BSP startup code by modifying DCDC registers between
   both calls and proper configuration will be retained on wakeup as
   expected.

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


With regards,
Apache Git Services

Reply via email to