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
/
busio
Age
Commit message (
Expand
)
Author
2019-11-02
Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices
Dan Halbert
2019-08-11
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-07-09
merge from master
Dan Halbert
2019-07-03
changed type of receiver_buffer_size to uint16_t
iot49
2019-06-19
Update copyrights; get ready for Central
Dan Halbert
2019-04-08
Remove terse TODOs
Scott Shawcroft
2019-04-06
Stop hard-coding SPI frequency in FourWire
Radomir Dopieralski
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-01-19
CharacteristicBuffer: make it be a stream class; add locking
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-13
overwrite old data if fifo is full
hathach
2018-12-13
use rbuf for busio uart
hathach
2018-12-04
allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...
Dan Halbert
2018-12-03
UART changes: timeout in secs, write bytes, etc.
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-10-09
Allow variable freq PWMOut; use multiple channels if same freq
Dan Halbert
2018-10-03
Merge branch 'master' into nrf52_uart_io
Dan Halbert
2018-10-03
Merge branch 'master' into nrf52_uart_io
hathach
2018-10-03
implement common_hal_busio_uart_clear_rx_buffer
hathach
2018-10-03
"busio.UART not yet implemented -> not available
hathach
2018-10-02
round SPI freq down; check max freq
Dan Halbert
2018-10-01
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
Dan Halbert
2018-09-25
reset I2C and SPI on ctrl-D
Dan Halbert
2018-09-26
more clean up
hathach
2018-09-26
update translate string
hathach
2018-09-26
remove space
hathach
2018-09-25
change error type to runtime
hathach
2018-09-25
clean up
hathach
2018-09-25
migrate serial from uart to uarte
hathach
2018-09-25
clean up
hathach
2018-09-25
update nrfx to 1.3.0
hathach
2018-09-25
clean up
hathach
2018-09-25
nrf52 uart io rx work reliably
hathach
2018-09-24
uarte malloc if buffer is not in SRAM
hathach
2018-09-24
clean up uart io
hathach
2018-09-24
uarte rx work fine
hathach
2018-09-24
changing to nrf uarte, tx works fine
hathach
2018-09-24
Merge branch 'master' into nrf52_uart_io
hathach
2018-09-20
allow multiple I2C and SPI; improve nrfx_config.h
Dan Halbert
2018-09-21
clean up
hathach
2018-09-21
got rx working finally
hathach
2018-09-21
still have issue with initial uart rx
hathach
2018-09-19
WIP; problem with staticly allocated IRQ handlers
Dan Halbert
2018-09-20
uart rx got some issue with irq
hathach
[next]