| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-14 | RTC and Touchin docs changes | jposada202020 | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-17 | Merge branch 'main' into type_hints | dherrada | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-03 | Made every init return None | dherrada | |
| 2020-07-02 | Removed all 'self, )' | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-12 | Merge branch 'master' into master | dherrada | |
| 2020-05-11 | Did rgbmatrix, rotaryio, and RTC | dherrada | |
| 2020-05-06 | Fix type in RTC documentation. | spkuehl | |
| 2019-10-23 | Improve documentation for `rtc`. | Thea Flowers | |
| - Add examples for `rtc.RTC.datetime`. - Add type for `rtc.RTC.calibration`. - Expand on use cases for `rtc.set_time_source`. | |||
| 2019-04-02 | Remove unnecessary MP_WEAK declarations | Nick Moore | |
| 2019-04-02 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-29 | Revert "Circuitpython nickzoic 1046 nrf rtc" | Dan Halbert | |
| 2019-03-28 | Fix up messages & wild stab at translations for adafruit/circuitpython#1046 | Nick Moore | |
| The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'. | |||
| 2019-03-28 | workaround for problem with adafruit/circuitpython#1046 | Nick Moore | |
| the __weak linking works fine so long as these functions are not identical. I have not yet worked out why. | |||
| 2019-03-28 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-01-14 | Add subclass support to displayio. | Scott Shawcroft | |
| Also, swap make_news to accept a kwarg map and refine param checking. Fixes #1237 | |||
| 2018-08-07 | Support internationalisation. | Scott Shawcroft | |
| 2018-04-16 | Remove "Get or set" | Scott Shawcroft | |
| 2018-04-16 | Add rtc module | Noralf Trønnes | |
| Add an rtc module that provides a singleton RTC class with - a datetime property to set and get time if the board supports it. - a calbration property to adjust the clock. There's also an rtc.set_time_source() method to override this RTC object using pure python. The time module gets 3 methods: - time.time() - time.localtime() - time.mktime() The rtc timesource is used to provide time to the time module. lib/timeutils is used for time conversions and thus only supports dates after 2000. | |||
