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
/
common-hal
/
microcontroller
Age
Commit message (
Expand
)
Author
2019-03-21
Allow NFC pins to be used for other purposes.
Dan Halbert
2019-01-17
fix nonetype handling and nrf never reset
Scott Shawcroft
2019-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2019-01-17
share fourwire and make nrf compile
Scott Shawcroft
2018-11-26
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
2018-11-23
A few fixes for nRF52840 feather QSPI and neopixel
Scott Shawcroft
2018-11-20
More UUID work; use mp_raise for exceptions
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
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
2018-08-31
wip
Dan Halbert
2018-08-26
rename pin.h to nrf_pin.h to avoid conflict with Pin.h
ladyada
2018-08-16
Fix nrf and unix
Scott Shawcroft
2018-07-16
Merge 3.0.0 final bugfixes and changes to master
Dan Halbert
2018-07-08
nrf: Rewrite the DigitalInOut hal using nRFx
arturo182
2018-06-27
nrf: Rewrite more common-hal with nrfx and sync with atsamd port
arturo182
2018-06-20
nrf: Simplify pin generation and definition
arturo182
2018-03-25
Don't lose half of the processor's serial number
Jeff Epler
2018-02-02
nrf: Implement MCU temperature reading
arturo182
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2018-01-03
nrf: fixups for changes from 2.2
Dan Halbert
2017-12-21
nRF52 update with internal file system support
microbuilder
2017-11-23
Revert "Supervisor REPL support for ports/nrf/boards/feather52"
Kevin Townsend
2017-11-23
Supervisor REPL support for ports/nrf/boards/feather52
Kevin Townsend