Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Muhammad Sulthan Mazaya
> > Probably want to put most of this file into > ./source-builder/config/renode-common-1.cfg > and set parameters for it (version) from a new file > ./bare/config/devel/renode-1.13.3-1.cfg okay, I will revise this, thanks for the suggestion > > + ./build.sh > This looks brittle. Does their

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

2023-07-11 Thread zack
fixes #4903 adressing an error in the TMS570 console driver --- 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 ---

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

2023-07-11 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

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

2023-07-11 Thread Joel Sherrill
First, the patch commit message needs to reference the ticket (#4903). It would be nice to have Pavel's feedback but the submitter of https://devel.rtems.org/ticket/4903 provided the fix but not in patch format. What do you think we should do beyond trust the submitter of the ticket?

Re: [PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-11 Thread Kinsey Moore
On Tue, Jul 11, 2023 at 4:04 PM Karel Gardas wrote: > On 7/11/23 15:50, Kinsey Moore wrote: > > This adds support for the STM32H750B-DK discovery kit. This kit includes > > a built-in STLINKv3 debugger which provides a USB serial bridge for > > USART3. USART1 is routed to the Arduino header and

Re: [PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-11 Thread Karel Gardas
On 7/11/23 15:50, Kinsey Moore wrote: This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Gedare Bloom
On Tue, Jul 11, 2023 at 12:01 PM Gedare Bloom wrote: > > This probably requires some documentation, as it requires several > packages that are not going to be typically installed already by RTEMS > users/developers. Chris, is there any place to document required > dependencies/packages for a

Re: [PATCH rtems-source-builder] bare/config: add renode rsb installation config

2023-07-11 Thread Gedare Bloom
This probably requires some documentation, as it requires several packages that are not going to be typically installed already by RTEMS users/developers. Chris, is there any place to document required dependencies/packages for a build set? The patch has a whitespace problem +# Renode source +#

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

2023-07-11 Thread Gedare Bloom
Hi Zack, Thanks for the patch. Someone should probably test it, or identify in the documentation why this calculation was off-by-1. Pavel, any clues? Gedare On Sun, Jul 9, 2023 at 10:09 PM zack wrote: > > Fixes #4903 > diff --git a/bsps/arm/tms570/console/tms570-sci.c >

Re: Need community suggestions for a new generic GPIO API

2023-07-11 Thread Gedare Bloom
On Tue, Jul 11, 2023 at 7:05 AM Christian MAUDERER wrote: > > Hello Utkarsh, > > please be a bit careful with GPIO and pin functions. That's a quite > difficult topic. > > Some controller manufacturers mix these functions. One such example is > the STM32 family. I'll take the STM32F410 as an

[PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-11 Thread Kinsey Moore
This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what would otherwise be duplicated files from the

Re: Need community suggestions for a new generic GPIO API

2023-07-11 Thread Christian MAUDERER
Hello Utkarsh, please be a bit careful with GPIO and pin functions. That's a quite difficult topic. Some controller manufacturers mix these functions. One such example is the STM32 family. I'll take the STM32F410 as an example. That chip has a GPIO register block with one GPIOx_MODER where

Re: What Happened to _Thread_Close?

2023-07-11 Thread Sebastian Huber
Hello, On 08.07.23 03:57, Gedare Bloom wrote: Hi Joel, _Thread_Close() was refactored into _Thread_Join() and _Thread_Cancel(). https://git.rtems.org/rtems/commit/?id=232147ddc12d45ff7872f72a790077c26fe5ca0a the _Thread_Close() is still there. It is implemented by a combination of

Re: [PATCH v2 22/32] bsp/leon3: Simplify fatal error handling

2023-07-11 Thread Sebastian Huber
On 07.07.23 18:26, Martin Åberg wrote: Please see the comment below. On 2023-07-05 13:18, Sebastian Huber wrote: ---   bsps/sparc/leon3/include/bsp/leon3.h | 12   bsps/sparc/leon3/start/bspclean.c    | 89 +++-   bsps/sparc/leon3/start/bspsmp.c  | 16 +   3