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>
This commit is contained in:
robert-hh
2023-01-28 14:57:22 +01:00
committed by Damien George
parent b5de529ffc
commit 0302cd65e8
2 changed files with 2 additions and 20 deletions

View File

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