| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-03 | Fixed init formatting | dherrada | |
| 2020-07-03 | Made most of the requested changes | dherrada | |
| 2020-07-03 | Added type hints to watchdog | dherrada | |
| 2020-07-02 | Removed all 'self, )' | dherrada | |
| 2020-05-27 | Remove NONE from mode enum and doc tweaks | Scott Shawcroft | |
| 2020-05-27 | watchdog: use common_hal_watchdog_* pattern | Sean Cross | |
| This pulls all common functionality into `shared-bindings` and keeps platform-specific code inside `nrf`. Additionally, this performs most validation in the `shared-bindings` site. The only validation that occurs inside platform-specific `common-hal` code is related to timeout limits that are platform-specific. Additionally, all documentation is now inside the `shared-bindings` directory. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-05-27 | watchdogtimer: refactor to new api | Sean Cross | |
| This refactors the WatchDogTimer API to use the format proposed in https://github.com/adafruit/circuitpython/pull/2933#issuecomment-632268227 Signed-off-by: Sean Cross <sean@xobs.io> | |||
