On Sun, 24 Mar 2024 at 16:57, Arnaud Minier <arnaud.min...@telecom-paris.fr> wrote: > > Implement the ability to read and write characters to the > usart using the serial port. > > The character transmission is based on the > cmsdk-apb-uart implementation. > > Signed-off-by: Arnaud Minier <arnaud.min...@telecom-paris.fr> > Signed-off-by: Inès Varhol <ines.var...@telecom-paris.fr>
> +/* Try to send tx data, and arrange to be called back later if > + * we can't (ie the char backend is busy/blocking). > + */ Coding style wants the opening "/*" on a line of its own. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM