circuitpython/ports/nrf/peripherals/nrf
Sean Cross 67cf005ee5 nrf: nvm: assume sd is not enabled if interrupts are off
If interrupts are disabled, then calling sd_* functions will hardfault.
Instead, assume that it's safe to write if interrupts are disabled.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-21 22:04:20 +08:00
..
nrf52833 nrf: add support for nrf52833 2020-04-21 12:29:56 +08:00
nrf52840 fix UICR check; do not use NULL for no MISO 2020-01-31 18:57:41 -05:00
cache.c use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
cache.h use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
clocks.c fix default crystal value; fix include order 2019-08-22 09:01:05 -04:00
clocks.h use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
nvm.c nrf: nvm: assume sd is not enabled if interrupts are off 2020-05-21 22:04:20 +08:00
nvm.h wip; redid flash writing to be compatible with SD 2020-01-09 17:40:02 -05:00
pins.h nrf: add support for nrf52833 2020-04-21 12:29:56 +08:00
power.h use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
timers.c nrf: protomatter port 2020-04-14 18:24:58 -05:00
timers.h nrf: protomatter port 2020-04-14 18:24:58 -05:00