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
2021-03-15
run code formatting script
microDev
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-01
address review comments
Dan Halbert
2020-11-26
deep sleep working; deep sleep delay when connected
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-10-27
Add check for invalid io, function to disable all alarms
microDev
2020-10-27
Add description of alarm modules
microDev
2020-09-05
Moved checks for invalid pin to common-hal/microcontroller/Pin.c
root
2020-08-12
nrf: reset_pin_number: reset pin clears never-reset, mirroring samd
Jeff Epler
2020-07-15
nRF: Always use sd_nvic_critical_region calls
Jeff Epler
2020-05-27
watchdog: use common_hal_watchdog_* pattern
Sean Cross
2020-05-27
nrf: microcontroller: use port reset path
Sean Cross
2020-05-27
watchdogtimer: refactor to new api
Sean Cross
2020-05-27
watchdog: rename module from `wdt` and move to `microcontroller`
Sean Cross
2020-04-21
nrf: add support for nrf52833
Sean Cross
2020-04-14
nrf: protomatter port
Jeff Epler
2020-01-30
track vm_used_ble better
Dan Halbert
2019-12-17
upgrade nrfx API to v2
hathach
2019-12-05
wip
Dan Halbert
2019-11-15
revert error
Hierophect
2019-11-15
move neopixel_in_use flag to shared-bindings
Hierophect
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-11-03
Merge pull request #2262 from jepler/cpb-speaker-disable
5.0.0-alpha.5
Dan Halbert
2019-11-01
nRF: Handle SPEAKER_ENABLE_PIN
jepler
2019-10-25
Initial Itsy nRF52840 defn
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-12
return chip vcc value
Dan Halbert
2019-08-01
nrf: Implement RUNMODE_BOOTLOADER and RUNMODE_SAFE_MODE
jepler
2019-07-22
Add feature conditionals and clean up
Hierophect
2019-07-17
Add missing files for DigitalIO
Hierophect
2019-04-16
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-16
nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...
Nick Moore
2019-04-16
Start on nRF nvm.ByteArray adafruit/circuitpython#1042 (doesn't do anything yet)
Nick Moore
2019-04-15
Revert "nrf nvm: touchups to nickzoic PR #1768"
Scott Shawcroft
2019-04-10
fix subscripting
Dan Halbert
2019-04-09
Fixups for adafruit/circuitpython#1042
Nick Moore
2019-04-09
nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...
Nick Moore
2019-04-09
Start on nRF nvm.ByteArray adafruit/circuitpython#1042 (doesn't do anything yet)
Nick Moore
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
[next]