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.
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
>
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
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
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