QUERY · ISSUE
OpenMV Feature: RTC.memory()
enhancement
Description
RTC.memory() working for the STM32, MIMXRT, and Alif on the machine module.
Also, standardize the RTC API on these ports. They all implement the machine API in somewhat different ways.
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
docs/library/machine: Add docs for RTC.memory() method.
docs
This PR adds docs for RTC.memory() method which is only available in ESP32 and ESP8266 ports.