Re: [PATCH rtems v1] Add the Regulator Interface and test

2023-07-09 Thread Chris Johns
Hi, Thanks for posting this code. My comments are below and I hope they help. Thanks Chris On 8/7/2023 6:55 am, Joel Sherrill wrote: > Updates #4924. > > The Regulator is an application support class which is used to > deal with the scenario where there is a bursty input source > which needs

[PATCH] TMS570 console driver, SCI frame error (baudrate calculation error)

2023-07-09 Thread zack
Fixes #4903 diff --git a/bsps/arm/tms570/console/tms570-sci.c b/bsps/arm/tms570/console/tms570-sci.c index 768770a4c8..59a0b7e6f1 100644 --- a/bsps/arm/tms570/console/tms570-sci.c +++ b/bsps/arm/tms570/console/tms570-sci.c @@ -311,7 +311,7 @@ bool tms570_sci_set_attributes( /* Apply baudrate

[PATCH] TMS570 console driver, SCI frame error (baudrate calculation error)

2023-07-09 Thread zack
--- bsps/arm/tms570/console/tms570-sci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fixes #4903 diff --git a/bsps/arm/tms570/console/tms570-sci.c b/bsps/arm/tms570/console/tms570-sci.c index 768770a4c8..59a0b7e6f1 100644 --- a/bsps/arm/tms570/console/tms570-sci.c +++