circuitpython/ports/nrf/common-hal/microcontroller
Sean Cross aac5a4f178 watchdog: use common_hal_watchdog_* pattern
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 11:38:29 +08:00
..
Pin.c nrf: protomatter port 2020-04-14 18:24:58 -05:00
Pin.h revert error 2019-11-15 13:04:25 -05:00
Processor.c upgrade nrfx API to v2 2019-12-17 21:39:52 +07:00
Processor.h Added Unique ID Functions/Updated Support Matrix (#527) 2018-01-18 11:39:11 -08:00
__init__.c watchdog: use common_hal_watchdog_* pattern 2020-05-27 11:38:29 +08:00