You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/28 09:43:25 UTC

[GitHub] [incubator-nuttx] PetervdPerk-NXP opened a new pull request #2612: arch: S32K/Kinetis: Fix RTC settime prescaler

PetervdPerk-NXP opened a new pull request #2612:
URL: https://github.com/apache/incubator-nuttx/pull/2612


   ## Summary
   Original RTC settime prescaler formula used (CONFIG_RTC_FREQUENCY / 1000000000).
   Which for example with an 32768Hz clock always results in zero due to integer logic.
   
   ## Impact
   Minimal only prescaler line has changed
   
   ## Testing
   Tested on UCANS32K146 
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2612: arch: S32K/Kinetis: Fix RTC settime prescaler

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on pull request #2612:
URL: https://github.com/apache/incubator-nuttx/pull/2612#issuecomment-751675483


   @PetervdPerk-NXP could you please rebase and drop the merge commit.
   
   Regarding the checks, it looks like Github is facing some issues.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 merged pull request #2612: arch: S32K/Kinetis: Fix RTC settime prescaler

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #2612:
URL: https://github.com/apache/incubator-nuttx/pull/2612


   


----------------------------------------------------------------
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:
users@infra.apache.org