summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2023-01-28 14:57:22 +0100
committerDamien George <damien@micropython.org>2024-12-19 16:00:41 +1100
commit0302cd65e85cb255670cf6eb32d9e6cee241128c (patch)
tree789ebf0f8acb7dff3cb3b1e240a52c41bcfde643 /docs/library
parentb5de529ffc17dd02e24c3f2b14e230eefe42dc7a (diff)
mimxrt/machine_rtc: Drop machine.RTC.now() method.
This is not part of the common machine API. It's dropped on the mimxrt port and kept only on the cc3200 port for legacy. Also show the port availability of `RTC.now()` in the documentation. Signed-off-by: robert-hh <robert@hammelrath.com>
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/machine.RTC.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/machine.RTC.rst b/docs/library/machine.RTC.rst
index a45718903..ed93c5fff 100644
--- a/docs/library/machine.RTC.rst
+++ b/docs/library/machine.RTC.rst
@@ -48,6 +48,8 @@ Methods
Get get the current datetime tuple.
+ Availability: WiPy.
+
.. method:: RTC.deinit()
Resets the RTC to the time of January 1, 2015 and starts running it again.