| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2020-05-18 | nrf: rtc: persist rtc offset across reboots | Sean Cross | |
| Store the RTC value in the .uninitialized section, but make sure to flank it with some known values. That way we can determine if the RTC value has been initialized, or if it's random uninitialized garbage. As part of this, add a `common_hal_rtc_init()` routine to determine if the value is correct, or reset it to 0 if it is not valid. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-03-13 | Initial work on SAMD | Scott Shawcroft | |
| 2020-03-13 | Fix autoreload, neopixel, monotonic_ns and sleep w/o SD | Scott Shawcroft | |
| 2020-03-13 | First try at lowering the power consumption | Scott Shawcroft | |
| 2019-12-17 | upgrade nrfx API to v2 | hathach | |
| 2019-04-02 | Remove unnecessary MP_WEAK declarations | Nick Moore | |
| 2019-04-02 | Change nRF RTC implementation to use RTC2 #1046 | Nick Moore | |
| (to avoid interference with Bluetooth Softdevice. See https://github.com/adafruit/circuitpython/pull/1534#issuecomment-478776240 with thanks to @bboser for pointing it out) | |||
| 2019-04-02 | There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-04-02 | adafruit/circuitpython#1046 handle overflows in the RTC counter | Nick Moore | |
| 2019-04-02 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-04-02 | more fake RTC code ... adafruit/circuitpython#1046 | Nick Moore | |
| (works if MP_WEAK common_hal_rtc_get_time is removed) | |||
| 2019-04-02 | starting on #1046 rtc for nRF | Nick Moore | |
| 2019-03-29 | Revert "Circuitpython nickzoic 1046 nrf rtc" | Dan Halbert | |
| 2019-03-28 | There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-28 | adafruit/circuitpython#1046 handle overflows in the RTC counter | Nick Moore | |
| 2019-03-28 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-28 | more fake RTC code ... adafruit/circuitpython#1046 | Nick Moore | |
| (works if MP_WEAK common_hal_rtc_get_time is removed) | |||
| 2019-03-28 | starting on #1046 rtc for nRF | Nick Moore | |
