Re: [PATCH] bsps/console: Support device file system

2020-04-03 Thread Joel Sherrill
On Fri, Apr 3, 2020 at 8:48 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/04/2020 22:28, Joel Sherrill wrote: > > > > On Thu, Apr 2, 2020 at 9:47 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 02/04/2020 16:45, Gedare Bloom wrote: >> >> > Can we

Re: [PATCH] bsps/console: Support device file system

2020-04-03 Thread Sebastian Huber
On 02/04/2020 22:28, Joel Sherrill wrote: On Thu, Apr 2, 2020 at 9:47 AM Sebastian Huber > wrote: On 02/04/2020 16:45, Gedare Bloom wrote: > Can we hold this until 6? Joel complained that the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM is

Re: [PATCH] bsps/console: Support device file system

2020-04-02 Thread Joel Sherrill
On Thu, Apr 2, 2020 at 9:47 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/04/2020 16:45, Gedare Bloom wrote: > > > Can we hold this until 6? > Joel complained that the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM is > broken. For me it is not important. > If this fixes that, p

Re: [PATCH] bsps/console: Support device file system

2020-04-02 Thread Sebastian Huber
On 02/04/2020 16:45, Gedare Bloom wrote: Can we hold this until 6? Joel complained that the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM is broken. For me it is not important. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/d

Re: [PATCH] bsps/console: Support device file system

2020-04-02 Thread Gedare Bloom
On Thu, Apr 2, 2020 at 8:45 AM Gedare Bloom wrote: > > Can we hold this until 6? > Trying to avoid anything that might break random BSPs in subtle ways. > On Thu, Apr 2, 2020 at 4:02 AM Sebastian Huber > wrote: > > > > Update #3926. > > --- > > bsps/include/bsp/fatal.h | 2

Re: [PATCH] bsps/console: Support device file system

2020-04-02 Thread Gedare Bloom
Can we hold this until 6? On Thu, Apr 2, 2020 at 4:02 AM Sebastian Huber wrote: > > Update #3926. > --- > bsps/include/bsp/fatal.h | 2 -- > bsps/shared/dev/serial/console-termios-init.c | 28 > +++ > 2 files changed, 16 insertions(+), 14 deletions(

[PATCH] bsps/console: Support device file system

2020-04-02 Thread Sebastian Huber
Update #3926. --- bsps/include/bsp/fatal.h | 2 -- bsps/shared/dev/serial/console-termios-init.c | 28 +++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/bsps/include/bsp/fatal.h b/bsps/include/bsp/fatal.h index 3f8e1eb591..cd3c42aec0