aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine/uart.c
AgeCommit message (Expand)Author
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2019-10-02nrf/uart: Add support for UARTE (EasyDMA).Glenn Ruben Bakke
2019-05-22nrf/uart: Make UART print output something, and add write method.Damien George
2019-05-22nrf/uart: Change UART driver to be non-blocking and use IRQs.Damien George
2019-01-31nrf: Shrink "<peripheral> does not exist" error messages.Ayke van Laethem
2019-01-31nrf/uart: Remove unused machine.UART() parameters.Ayke van Laethem
2019-01-31nrf/uart: Use formula instead of switch for baudrate calculation.Ayke van Laethem
2018-08-02nrf/uart: Fix UART.writechar() to write just 1 byte.Ayke van Laethem
2018-08-02nrf/uart: Remove unused UART.char_width field.Ayke van Laethem
2018-07-18nrf/modules/machine/pin: Add support for IRQ on Pin'sGlenn Ruben Bakke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Make machine.UART optional.Ayke van Laethem
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza