Re: stm32h7 bsp - simple led blink example not working on stm32h7 nucleo board

2020-11-04 Thread Christian Mauderer
Hello John, On 02/11/2020 10:46, John Nathen wrote: > Hi, > > I am new to rtems and am planning to use rtems on a project with the > stm32h7 mcu. I cloned the latest sources from git and built the > arm-rtems6, gcc 10.2 toolchain and also built the stm32h7 bsp using the > new waf build system. >

RE: When to register termios devices?

2020-11-04 Thread Jan.Sommer
> -Original Message- > From: Sebastian Huber > Sent: Wednesday, November 4, 2020 4:00 PM > To: Sommer, Jan ; users@rtems.org > Subject: Re: When to register termios devices? > > Hello Jan, > > if it is a custom BSP, why don't you add it to the console driver of this BSP? > > If you ad

Re: When to register termios devices?

2020-11-04 Thread Sebastian Huber
Hello Jan, if it is a custom BSP, why don't you add it to the console driver of this BSP? If you add RTEMS_SYSINIT_ITEM(  register_additional_termios, RTEMS_SYSINIT_DEVICE_DRIVERS, RTEMS_SYSINIT_ORDER_LAST_BUT_5 ); to the module which defines bsp_start(), then your drivers are register