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
Age
Commit message (
Expand
)
Author
2019-03-25
Really fix the error messages in bleio, this time
Radomir Dopieralski
2019-03-25
Fix error messages in bleio
Radomir Dopieralski
2019-03-21
Allow NFC pins to be used for other purposes.
Dan Halbert
2019-02-21
Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-02-13
don't allocate DMA buffer as long-lived
Dan Halbert
2019-02-12
Add second UARTE to busio.UART. Init uarts on startup.
Dan Halbert
2019-02-07
Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryio
Scott Shawcroft
2019-02-07
Change pin mode to pullup for adafruit/circuitpython#1045
Nick Moore
2019-02-05
Add quarter-click logic to adafruit/circuitpython#1045
Nick Moore
2019-02-05
useful output from rotaryio adafruit/circuitpython#1045
Nick Moore
2019-02-05
GPIOTE handlers for rotaryio.IncrementalEncoder adafruit/circuitpython#1045
Nick Moore
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-30
re-init usb hardware when enable/disable 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-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-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-10
merge translations; add bleio comments; fix minor sphinx issues in midi
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-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
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
2018-12-28
Add Broadcaster. Reset correctly on reload.
Dan Halbert
2018-12-28
correct i2c max len
hathach
2018-12-28
fix #1422 correct i2c max xfer len (size in bits)
hathach
2018-12-28
put received bytes to fifo when error
hathach
2018-12-28
fix #1407 keep receiving in case of error
hathach
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-12-18
added pulsein using gpiote (gpio interrupt)
hathach
2018-12-13
Merge remote-tracking branch 'adafruit/master' into bleio-rev
Dan Halbert
[next]