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/09/04 08:46:57 UTC

[GitHub] [incubator-nuttx] raiden00pl edited a comment on pull request #1705: nRF52: refactor system timer handling; support tickless and nontickless using RTC/systick

raiden00pl edited a comment on pull request #1705:
URL: https://github.com/apache/incubator-nuttx/pull/1705#issuecomment-687013933


   I'm just wondering if we shouldn't change the terminology related to RTC in the NRF52 family.
   
   Nordic uses the term `RTC` to refer to a `Real Time Counter`, but industry standard refers to the RTC as `Real-Time Clock`.
   They are different peripherals with different uses.
   Names like `nrf52_rtc.c` or `nrf52_rtc_lowerhalf.c` are a bit confusing if we have some experience with other architectures.
   
   We probably should change all RTC-related names to RTCTIM or something similar, so that it is immediately known that we're referring to a timer instance not a clock instance.
    
   Of course, this is a topic for a separate PR, but I'm curious what do you think about it? 
   


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