Re: CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-08-29 Thread Sebastian Huber
On 30/08/2019 19:09, Michel Macena wrote: I still have the issue with the macro #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER. I tried a different version of RTEMS but It didn't work. Can someone explain me how this macro works? So I can try to figure out some patch or fix for my hardware.

Re: printf not working on Zynq standalone build of examples-v2/hello/ [but printk does]

2019-08-29 Thread Chris Johns
On 29/8/19 10:27 pm, Andy James wrote: > I have noticed that if I build the examples-v2/hello/ within an RTEMS bsp > build > it works fine, but if I build it standalone worth its own makefile (from > Makefile.leaf) > > It doesn’t give any output. However if  I substitute printk instead it does >

examples-v2.git renamed to rtems-examples.git

2019-08-29 Thread Chris Johns
Hello, I have moved the RTEMS examples repository previously name examples-v2.git to rtems-examples.git. If you have a repo you can move to the new repo's path using: $ git remote set-url git://git.rtems.org/rtems-examples.git Thanks Chris ___ users

Re: CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-08-29 Thread Michel Macena
I still have the issue with the macro #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER. I tried a different version of RTEMS but It didn't work. Can someone explain me how this macro works? So I can try to figure out some patch or fix for my hardware. Em sáb, 27 de jul de 2019 às 18:42, Michel Mac

printf not working on Zynq standalone build of examples-v2/hello/ [but printk does]

2019-08-29 Thread Andy James
I have noticed that if I build the examples-v2/hello/ within an RTEMS bsp build it works fine, but if I build it standalone worth its own makefile (from Makefile.leaf) It doesn't give any output. However if I substitute printk instead it does work. Is this perhaps an issue with interrupts? Does