Re: [PATCH] libmisc/shell: Support terminal size as env variables

2022-11-22 Thread Chris Johns
On 23/11/22 12:44 am, Joel Sherrill wrote: > On Tue, Nov 22, 2022, 6:02 AM mailto:chr...@rtems.org>> > wrote: > From: Chris Johns mailto:chr...@rtems.org>> > > Closes #4763 > --- >  cpukit/libmisc/shell/main_edit.c | 17 +- >  cpukit/libmisc/shell/main_help.c | 94

Re: [PATCH] libmisc/shell: Support terminal size as env variables

2022-11-22 Thread Joel Sherrill
On Tue, Nov 22, 2022, 6:02 AM wrote: > From: Chris Johns > > Closes #4763 > --- > cpukit/libmisc/shell/main_edit.c | 17 +- > cpukit/libmisc/shell/main_help.c | 94 > cpukit/libmisc/shell/shell.c | 83 +++- > 3 files changed, 154

[PATCH] libmisc/shell: Support terminal size as env variables

2022-11-22 Thread chrisj
From: Chris Johns Closes #4763 --- cpukit/libmisc/shell/main_edit.c | 17 +- cpukit/libmisc/shell/main_help.c | 94 cpukit/libmisc/shell/shell.c | 83 +++- 3 files changed, 154 insertions(+), 40 deletions(-) diff --git

[PATCH v2] aarch64/versal: Add UART interrupt support

2022-11-22 Thread chrisj
From: Chris Johns --- .../dev/serial/versal-uart-polled.c | 37 -- .../xilinx-versal/dev/serial/versal-uart.c| 321 ++ .../include/dev/serial/versal-uart-regs.h | 1 - .../include/dev/serial/versal-uart.h | 4 +-

Re: bsps/riscv: interrupt number mismatch

2022-11-22 Thread Padmarao.Begari
> On Mon, 2022-11-21 at 11:20 +0100, Sebastian Huber wrote: > > On 21/11/2022 11:17, padmarao.beg...@microchip.com wrote: > > > To which number would you map the software and timer interrupts? > > > > > The Software and Timer interrupts(numbers 0 & 1) are mapped by > > the Machine cause register

Re: [PATCH] aarch64/versal: Add UART interrupt support

2022-11-22 Thread Chris Johns
On 22/11/22 6:01 pm, Sebastian Huber wrote: > Hello Chris, > > On 22/11/2022 03:03, chr...@rtems.org wrote: >> +static void versal_uart_write_support( >> +  rtems_termios_device_context *base, >> +  const char *buf, >> +  size_t len >> +) >> +{ >> +#ifdef VERSAL_CONSOLE_USE_INTERRUPTS >> +