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
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-04
make translate again
Dan Halbert
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-24
Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in n...
William Moser
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-20
relicense nrf SPI.c to MIT
Dan Halbert
2020-02-19
Edits as a result of review
Dave Marples
2020-02-18
Addition of stubs for rs485/CTS/RTS handling on non-implemented chips
Dave Marples
2020-02-12
use properly-sized SPI transactions
Dan Halbert
2020-02-11
nrf: add SPIM3 support
Dan Halbert
2020-02-05
nrf: fix i2c frequency setting
Dan Halbert
2020-01-31
fix UICR check; do not use NULL for no MISO
Dan Halbert
2020-01-09
Make requiring I2C pullups be optional
Dan Halbert
2020-01-03
Change SPI and I2C in the same way.
Scott Shawcroft
2019-12-27
Fix nRF UART reset
Scott Shawcroft
2019-12-17
upgrade nrfx API to v2
hathach
2019-11-29
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
2019-11-27
make UART.write be blocking on SAMD; add timeout property
Dan Halbert
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
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
[next]