Use an internal copy buffer, worst in terms of performances, but easier to use, preve...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 12 Mar 2013 15:15:20 +0000 (16:15 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit30d6f64120d0ad5cd418e09052cf10d362f52a6c
tree0778557e6ea002daa6187d6d5098738ed7443cbb
parent3d474ef0e0d43f2911acb499b157d32539054f15
Use an internal copy buffer, worst in terms of performances, but easier to use, prevents overwriting the buffer when it is declared locally in a function.
drivers/serial.c
include/drivers/serial.h