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
/
boards
/
feather_nrf52840_express
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-07
Automatically count EXTERNAL_FLASH_DEVICES
Jeff Epler
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2019-12-10
working on all ports
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-09-26
initial Arduino Nano 33 BLE board definition
Dan Halbert
2019-08-05
Metro nRF52840 rev A defn; also remove '#define FEATHER52840' from mpconfigbo...
Dan Halbert
2019-04-16
Working flash pages for nvm.ByteArray 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
Merge remote-tracking branch 'adafruit/master' into circuitpython-nickzoic-10...
Dan Halbert
2019-04-09
Working flash pages for nvm.ByteArray 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-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-02-18
Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...
Dan Halbert
2019-02-15
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
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
2019-01-16
Update pins.c
dsiee
2019-01-16
Update pins.c
dsiee
2019-01-16
Update pins.c
dsiee
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-12-04
allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...
Dan Halbert
2018-11-27
Fix QSPI on Feather nRF52840
Scott Shawcroft
2018-11-23
A few fixes for nRF52840 feather QSPI and neopixel
Scott Shawcroft
2018-11-21
Latest Feather nRF52840 pin revisions
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-21
nrf: Move bluetooth driver to the 'bluetooth' folder
arturo182
2018-09-25
fix feather nrf52840 build error
hathach
2018-09-09
use open-drain capabilities on GPIO; clean up board init; set correct GPIO vo...
Dan Halbert
2018-08-31
pin files rework; implement pin claiming; add more boards
Dan Halbert
2018-08-23
Merge remote-tracking branch 'adafruit/master' into nrf_board_rename
Dan Halbert
2018-08-22
Merge remote-tracking branch 'adafruit/master' into nrf_board_rename
Dan Halbert
2018-08-21
forgot to change .travis.yml
Dan Halbert
2018-08-21
rename nrf boards to feather_nrf52832 and feather_nrf52840_express
Dan Halbert