summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2022-09-27 20:40:05 +0200
committerrobert-hh <robert@hammelrath.com>2022-12-15 12:09:34 +0100
commit988b6e2dae4e7f6b6f85c3b149fabeb50bb0519f (patch)
tree386bbd3493fc80f5fd06e84ab0925a7779506543 /docs/library
parent9e9176467179bcb477b92f32033e62fcde14ea41 (diff)
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.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/machine.UART.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.UART.rst b/docs/library/machine.UART.rst
index c3eca8f55..072bdb718 100644
--- a/docs/library/machine.UART.rst
+++ b/docs/library/machine.UART.rst
@@ -188,7 +188,7 @@ Methods
For the rp2, esp8266 and nrf ports the call returns while the last byte is sent.
If required, a one character wait time has to be added in the calling script.
- Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports
+ Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports, renesas-ra
.. method:: UART.txdone()
@@ -201,7 +201,7 @@ Methods
of a transfer is still being sent. If required, a one character wait time has to be
added in the calling script.
- Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports
+ Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports, renesas-ra
Constants
---------