Git
Wiki
Site
projects
/
soft
/
lpc122x
/
core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccfc84
)
Echo on serial must be only a "best effort" and not mangle with ongoing transmissions
author
Nathael Pajani
<nathael.pajani@ed3l.fr>
Thu, 15 Jun 2017 07:00:33 +0000
(09:00 +0200)
committer
Nathael Pajani
<nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000
(17:03 +0100)
drivers/serial.c
patch
|
blob
|
history
diff --git
a/drivers/serial.c
b/drivers/serial.c
index
155478e
..
c7ad543
100644
(file)
--- a/
drivers/serial.c
+++ b/
drivers/serial.c
@@
-92,8
+92,10
@@
static void uart_check_rx(struct uart_device* uart, uint32_t intr)
/* Call the Rx callback */
uart->rx_callback(data);
} else {
- /* Echo */
- uart->regs->func.buffer = data;
+ /* Echo ? */
+ if (!uart->sending) {
+ uart->regs->func.buffer = data;
+ }
}
}
/* FIXME : handle RX erors */
Techno-Innov
42 impasse de la Combe du Bois
01150 Blyes - France
contact@techno-innov.fr
Design et hébergement du site :
Techno-Innov
Techno-Innov
- SARL Coopérative
539 169 417 RCS Bourg-en-Bresse
Ce site n'utilise pas de cookies, désolé pour les gourmands !