Re: zynq uart

2019-06-05 Thread Sebastian Huber
On 05/06/2019 16:17, Andy James wrote: I’m trying to get UART input working on my ZYBO Zynq development board – I can use printf but scanf and getchar both hang up Is there an issue with the driver? [...] //#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NE

zynq uart

2019-06-05 Thread Andy James
Hi, I'm trying to get UART input working on my ZYBO Zynq development board - I can use printf but scanf and getchar both hang up Is there an issue with the driver? Thanks Andrew #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include static rtems_ta