Jeff Epler 16bfe3b41c raspberrypi: RTC: Ensure a time is set
Until a time is set, the RTC is not running, and rtc_get_datetime()
returns false without assigning to the out-parameter.

In CircuitPython, this would manifest as arbitrary values being returned,
since uninitialized storage on the stack was being converted into a timestamp.
2021-03-10 20:20:40 -06:00
..
2021-01-20 19:16:56 -08:00
2021-01-20 19:16:56 -08:00
2021-02-09 15:38:33 -08:00
2021-01-20 19:16:56 -08:00
2021-01-20 19:16:56 -08:00
2021-02-12 18:28:48 +05:30
2021-03-10 19:03:27 +07:00
2021-01-20 19:16:56 -08:00
2021-01-20 19:16:56 -08:00
2021-01-20 19:16:56 -08:00
2021-01-20 19:16:56 -08:00

RP2040
==================

This port supports many development boards that utilize RP2040 chips. See
https://circuitpython.org/downloads for all supported boards.


Building
--------

For build instructions see this guide: https://learn.adafruit.com/building-circuitpython/


Port Specific modules
---------------------

.. toctree::
    ../../shared-bindings/rp2pio/index