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 renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_adc.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_config.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_flash.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_flash.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_gpio.c renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2022-08-31 11:59:49 +10:00
ra_gpio.h renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2022-08-31 11:59:49 +10:00
ra_i2c.c renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2022-08-31 11:59:49 +10:00
ra_i2c.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_icu.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_icu.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_init.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_init.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_int.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_int.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_rtc.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_rtc.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
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 renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2022-08-31 11:59:49 +10:00
ra_spi.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_timer.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_timer.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_utils.c renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_utils.h renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00