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
Age
Commit message (
Expand
)
Author
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-30
refactor nrfx from supervisor/usb.c
hathach
2019-01-30
re-init usb hardware when enable/disable SD
hathach
2019-01-29
update tinyusb, work better with sd
hathach
2019-01-28
Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048
Scott Shawcroft
2019-01-28
Automatically set a default threshold for touchio.TouchIn channels
Nick Moore
2019-01-27
speed up measurement loop
Nick Moore
2019-01-27
hugely simplified version of the touchio.TouchIn.get_raw_reading code (adafru...
Nick Moore
2019-01-23
also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android:
Dan Halbert
2019-01-23
support BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, sent by newer devices
Dan Halbert
2019-01-22
Merge remote-tracking branch 'adafruit/master' into HEAD
Scott Shawcroft
2019-01-21
Merge remote-tracking branch 'adafruit/master' into bleio2
Dan Halbert
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-19
Merge branch 'master' into pixelbuf
Roy Hooper
2019-01-18
Improvements thanks to danh's review
Scott Shawcroft
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
2019-01-15
Merge pull request #1470 from gpshead/mdk_usb_dongle
Scott Shawcroft
2019-01-15
Mention the MDK USB Dongle.
Gregory P. Smith
2019-01-16
Update pins.c
dsiee
2019-01-16
Update pins.c
dsiee
2019-01-16
Update pins.c
dsiee
2019-01-15
Add MDK nRF52840 MDK USB Dongle support.
Gregory P. Smith
2019-01-13
Fresh combined checkin of _pixelbuf library.
Roy Hooper
2019-01-11
Merge pull request #1453 from tannewt/text_on_pyportal
Scott Shawcroft
2019-01-10
merge translations; add bleio comments; fix minor sphinx issues in midi
Dan Halbert
2019-01-10
Support the display on the pyportal.
Scott Shawcroft
2019-01-10
Merge pull request #1449 from tannewt/midi
Dan Halbert
2019-01-10
Merge branch 'master' into nrf52_pulsein
hathach
2019-01-09
fix merge conflicts; address some comments
Dan Halbert
2019-01-09
Add USB MIDI support for SAMD and nRF.
Scott Shawcroft
2019-01-09
Fix sphinx build issues; add better travis fold reporting; update author info
Dan Halbert
2019-01-09
fix sphinx complaint; more travis fold status reporting
Dan Halbert
2019-01-09
Merge branch 'master' into nrf52_pulsein
hathach
2019-01-09
minor clean up
hathach
2019-01-09
fix pulsein incorrect compute
hathach
2019-01-08
m_tx_in_progress might underflow (check on this)
Dan Halbert
2019-01-08
remove debugging printf's
Dan Halbert
2019-01-07
add CharacteristicBuffer; UART seems to work!
Dan Halbert
2019-01-08
clean up neopixel write !!
hathach
2019-01-03
evt handler list bugs; unique evt handler names; remove uuid128_reference
Dan Halbert
2019-01-03
forgot to store data when reading a gatts value
Dan Halbert
2019-01-01
Broadcaster now takes whole packet. Also should be scannable
Dan Halbert
2018-12-31
don't free event handler list manually; let gc do it
Dan Halbert
2018-12-30
Remove nRF52832 support
Dan Halbert
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-12-29
free event handlers on reset; fix typo in Broadcaster
Dan Halbert
2018-12-29
fix typos in internal_flash.c
Dan Halbert
2018-12-29
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
[next]