Re: RTEMS Shell on Zynq

2019-08-20 Thread Joel Sherrill
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

RTEMS Shell on Zynq

2019-08-20 Thread Andy James
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

Re: move code from interrupt context to task context

2019-08-20 Thread Joel Sherrill
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

move code from interrupt context to task context

2019-08-20 Thread Catalin Demergian
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