summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/busio
AgeCommit message (Expand)Author
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
2018-10-02round SPI freq down; check max freqDan Halbert
2018-10-01nrf: remove error check for SPI baudrate too high; round to nearest baudrateDan Halbert
2018-09-25reset I2C and SPI on ctrl-DDan Halbert
2018-09-26more clean uphathach
2018-09-26update translate stringhathach
2018-09-26remove spacehathach
2018-09-25change error type to runtimehathach
2018-09-25clean uphathach
2018-09-25migrate serial from uart to uartehathach
2018-09-25clean uphathach
2018-09-25update nrfx to 1.3.0hathach
2018-09-25clean uphathach
2018-09-25nrf52 uart io rx work reliablyhathach
2018-09-24uarte malloc if buffer is not in SRAMhathach
2018-09-24clean up uart iohathach
2018-09-24uarte rx work finehathach
2018-09-24changing to nrf uarte, tx works finehathach
2018-09-24Merge branch 'master' into nrf52_uart_iohathach
2018-09-20allow multiple I2C and SPI; improve nrfx_config.hDan Halbert
2018-09-21clean uphathach
2018-09-21got rx working finallyhathach
2018-09-21still have issue with initial uart rxhathach
2018-09-19WIP; problem with staticly allocated IRQ handlersDan Halbert
2018-09-20uart rx got some issue with irqhathach