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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-01-24
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
Dan Halbert
2020-10-13
Moved ORDEREDDICT define to central location
gamblor21
2020-08-15
SPIM3 buffer must be in first 64kB of RAM
Dan Halbert
2020-04-22
fix calculation of nrf firmware size
Dan Halbert
2020-04-21
nrf: mpconfigport: support configuration of various sizes
Sean Cross
2020-04-21
nrf: mpconfigport: subtract config size from firmware size
Sean Cross
2020-04-21
nrf: add support for nrf52833
Sean Cross
2020-02-21
put neopixel_write buffer in root pointers
Dan Halbert
2020-02-13
correct chec^Cfor flash erase boundaries
Dan Halbert
2020-02-12
use properly-sized SPI transactions
Dan Halbert
2020-01-13
fix some typos and leftovers
Dan Halbert
2020-01-13
put bonding to-do flags into Connection objects instead of using a heap-alloc...
Dan Halbert
2020-01-10
wip: HID bonding works!
Dan Halbert
2020-01-05
wip; compiles
Dan Halbert
2019-12-12
moved nrf internal filesystem to just below bootloader
Dan Halbert
2019-12-11
address review comments
Dan Halbert
2019-12-10
fix build failures
Dan Halbert
2019-12-10
working on all ports
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-06
WIP: bonding
Dan Halbert
2019-09-26
initial Arduino Nano 33 BLE board definition
Dan Halbert
2019-08-22
fix default crystal value; fix include order
Dan Halbert
2019-08-22
merge similar fix in
Dan Halbert
2019-04-02
starting on #1046 rtc for nRF
Nick Moore
2019-03-29
Revert "Circuitpython nickzoic 1046 nrf rtc"
Dan Halbert
2019-03-28
starting on #1046 rtc for nRF
Nick Moore
2019-03-20
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...
Dan Halbert
2019-02-21
Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...
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-02-15
WIP: atmel-samd trinket build works
Dan Halbert
2019-02-11
Change EMERGENCY_EXCEPTION_BUF settings to match samd.
Scott Shawcroft
2019-02-07
Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryio
Scott Shawcroft
2019-02-05
Start on rotaryio.IncrementalEncoder adafruit/circuitpython#1045 (does nothin...
Nick Moore
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-28
Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048
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
2019-01-09
Add USB MIDI support for SAMD and nRF.
Scott Shawcroft
2018-12-27
remome FRAMEBUF from nrf builds - use QSPI for particle ARGON
Jerry Needell
2018-12-10
enble MICROPYTHON_CPYTHON_COMPAT - fix mpconfigport.h to allow and enable a ...
Jerry Needell
2018-12-04
Set up structure for touchio adafruit/circuitpython#1048 (does nothing yet)
Nick Moore
2018-11-22
ports/nrf: enable json module on nrf boards generally
Jeff Epler
2018-11-09
Fix output overflow and make help translatable
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-21
nrf: Fix ble uart using the new API
arturo182
2018-10-21
nrf: Move the Peripheral class to bleio as Device
arturo182
2018-09-04
adding neopixel write
hathach
[next]