kasjer opened a new pull request #2202: Fix stm32 cputimer initialization
URL: https://github.com/apache/mynewt-core/pull/2202
 
 
   Peripheral initialization unification cut out cpu timer initialization.
   So all STM32 BSP are not working correctly.
   Code:
       rc = os_cputime_init(MYNEWT_VAL(OS_CPUTIME_FREQ));
       assert(rc == 0);
   was removed from all BSPs but it was not added to stm32_periph.c

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