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