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 +
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
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 a/cpukit/li
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 +-
spec/build/bsps/aarch64/xilinx-vers
> 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
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
>> + versal