summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/busio/UART.c
AgeCommit message (Expand)Author
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-19Edits as a result of reviewDave Marples
2020-02-18Addition of stubs for rs485/CTS/RTS handling on non-implemented chipsDave Marples
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-08-11nrf: Use RUN_BACKGROUND_TASKSJeff Epler
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
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-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-03implement common_hal_busio_uart_clear_rx_bufferhathach
2018-10-03"busio.UART not yet implemented -> not availablehathach
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-21clean uphathach
2018-09-21got rx working finallyhathach
2018-09-21still have issue with initial uart rxhathach
2018-09-20uart rx got some issue with irqhathach