index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
peripherals
Age
Commit message (
Expand
)
Author
2020-05-21
nrf: nvm: assume sd is not enabled if interrupts are off
Sean Cross
2020-04-21
nrf: add support for nrf52833
Sean Cross
2020-04-14
nrf: protomatter port
Jeff Epler
2020-01-31
fix UICR check; do not use NULL for no MISO
Dan Halbert
2020-01-14
address review comments
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-09
wip; redid flash writing to be compatible with SD
Dan Halbert
2020-01-03
wip
Dan Halbert
2019-12-17
upgrade nrfx API to v2
hathach
2019-12-12
merge from master
Dan Halbert
2019-12-12
Fix flash write error handling; clean up safe mode message printing
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-08-22
fix default crystal value; fix include order
Dan Halbert
2019-08-22
merge similar fix in
Dan Halbert
2019-08-22
Fix CPBlue LFCLKSRC; CPB has no status neopixel
Dan Halbert
2019-08-20
Add support for nrf boards that don't have an external crystal
Benny Meisels
2019-07-27
allow discovery from central or peripheral
Dan Halbert
2019-04-16
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-16
Make some space for NVM adafruit/circuitpython#1042
Nick Moore
2019-04-16
Add a peripherals/nrf/nvm.c to wrap flash page writes safely
Nick Moore
2019-04-15
Revert "nrf nvm: touchups to nickzoic PR #1768"
Scott Shawcroft
2019-04-09
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-09
Make some space for NVM adafruit/circuitpython#1042
Nick Moore
2019-04-09
Add a peripherals/nrf/nvm.c to wrap flash page writes safely
Nick Moore
2018-12-30
Remove nRF52832 support
Dan Halbert
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-09-09
use open-drain capabilities on GPIO; clean up board init; set correct GPIO vo...
Dan Halbert
2018-09-04
generalize # of ports; remove atmel neopixel code; remove pin name in mc_pin_...
Dan Halbert
2018-09-01
fix typos, remove incorrect pca10059 example; add default buses for pca10056;...
Dan Halbert
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-31
pin files rework; implement pin claiming; add more boards
Dan Halbert