summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/busio
AgeCommit message (Expand)Author
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-04make translate againDan Halbert
2020-04-21ringbuf testedDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-03-31Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-03-24Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in n...William Moser
2020-03-13First try at lowering the power consumptionScott Shawcroft
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-20relicense nrf SPI.c to MITDan Halbert
2020-02-19Edits as a result of reviewDave Marples
2020-02-18Addition of stubs for rs485/CTS/RTS handling on non-implemented chipsDave Marples
2020-02-12use properly-sized SPI transactionsDan Halbert
2020-02-11nrf: add SPIM3 supportDan Halbert
2020-02-05nrf: fix i2c frequency settingDan Halbert
2020-01-31fix UICR check; do not use NULL for no MISODan Halbert
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-03Change SPI and I2C in the same way.Scott Shawcroft
2019-12-27Fix nRF UART resetScott Shawcroft
2019-12-17upgrade nrfx API to v2hathach
2019-11-29Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-11-02Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devicesDan Halbert
2019-08-11nrf: Use RUN_BACKGROUND_TASKSJeff Epler
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-09merge from masterDan Halbert
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-04-08Remove terse TODOsScott Shawcroft
2019-04-06Stop hard-coding SPI frequency in FourWireRadomir Dopieralski
2019-02-13don't allocate DMA buffer as long-livedDan Halbert
2019-02-12Add second UARTE to busio.UART. Init uarts on startup.Dan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2018-12-28correct i2c max lenhathach
2018-12-28fix #1422 correct i2c max xfer len (size in bits)hathach
2018-12-28put received bytes to fifo when errorhathach
2018-12-28fix #1407 keep receiving in case of errorhathach
2018-12-13overwrite old data if fifo is fullhathach
2018-12-13use rbuf for busio uarthathach
2018-12-04allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...Dan Halbert
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-16PulseOut workingDan Halbert
2018-10-09Allow variable freq PWMOut; use multiple channels if same freqDan Halbert
2018-10-03Merge branch 'master' into nrf52_uart_ioDan Halbert
2018-10-03Merge branch 'master' into nrf52_uart_iohathach
2018-10-03implement common_hal_busio_uart_clear_rx_bufferhathach
2018-10-03"busio.UART not yet implemented -> not availablehathach