Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcom: add RTC support #5790

Closed
RetiredWizard opened this issue Dec 28, 2021 · 0 comments · Fixed by #7474
Closed

Broadcom: add RTC support #5790

RetiredWizard opened this issue Dec 28, 2021 · 0 comments · Fixed by #7474
Labels
broadcom Raspberry Pis with Broadcom chips enhancement
Milestone

Comments

@RetiredWizard
Copy link

     >>> import time
     >>> time.localtime()

Returns the following error:

 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
 RuntimeError: RTC is not supported on this board

per @tannewt:

The BCM chips don't have an RTC officially. We could probably fake it with the system timer though. I think it has microsecond resolution.

@tannewt tannewt added the broadcom Raspberry Pis with Broadcom chips label Dec 29, 2021
@dhalbert dhalbert added this to the Long term milestone Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broadcom Raspberry Pis with Broadcom chips enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants