On Tue, Aug 20, 2019, 9:50 AM Andy James wrote:
> Is it possible to get the RTEMS shell working on the Zynq?
>
> I tried to get the ‘fileio’ sample application running but it fails at
> the ‘shell-wait-for-input’ function.
>
> This appears to be something to do with the “change_serial_settings
Is it possible to get the RTEMS shell working on the Zynq?
I tried to get the 'fileio' sample application running but it fails at the
'shell-wait-for-input' function.
This appears to be something to do with the "change_serial_settings" function.
The information contained in this message is
On Tue, Aug 20, 2019 at 7:50 AM Catalin Demergian wrote:
>
> Hello,
> The context is RTEMS-4.11.3 on STM32H7.
> I have a timer interrupt routine and I'm calling some functions from it.
> I would like to write a RTEMS task (rtems_task_create API) and call those
> functions from that thread instead
Hello,
The context is RTEMS-4.11.3 on STM32H7.
I have a timer interrupt routine and I'm calling some functions from it.
I would like to write a RTEMS task (rtems_task_create API) and call those
functions from that thread instead of calling them from interrupt context.
Of course, I have to call the