micropython/ports/renesas-ra/ra
robert-hh 988b6e2dae renesas-ra: Add the UART methods uart.txdone() and uart.flush().
This required to add two functions down the stack to uart.c and ra.sci.c.

- One for telling, whther the transmission is busy.
- One for reporting the size of the TX buffer.

Tested with a EK-RA6M2 board.
2022-12-15 12:09:34 +01:00
..
ra_adc.c
ra_adc.h
ra_config.h
ra_flash.c
ra_flash.h
ra_gpio.c
ra_gpio.h
ra_i2c.c
ra_i2c.h
ra_icu.c
ra_icu.h
ra_init.c
ra_init.h
ra_int.c
ra_int.h
ra_rtc.c
ra_rtc.h
ra_sci.c renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2022-12-15 12:09:34 +01:00
ra_sci.h renesas-ra: Add the UART methods uart.txdone() and uart.flush(). 2022-12-15 12:09:34 +01:00
ra_spi.c
ra_spi.h
ra_timer.c
ra_timer.h
ra_utils.c
ra_utils.h