Hello,
On 01/07/2021 11:20, tia...@sugon.com wrote:
Hello
rtems_condition_variable_broadcast call _Condition_Broadcast, like this:
but in score level, there is a _Condition_Signal func, like this:
Is it a bug?
thanks for reporting this. Yes, this is a bug. I fixed it like this:
https://git.rt
Hello rtems_condition_variable_broadcast call _Condition_Broadcast, like this: but in score level, there is a _Condition_Signal func, like this: Is it a bug? thanks!
___
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users
Hi,
I ran a build of rtems.git master today on a Versal VCK190 eval board. The first
time we have run RTEMS on Versal silicon and an A72. Hello World worked first
time.
I would like to thank Kinsey for the awesome aarch64 support and Gedare for the
fantastic effort getting the Versal and A72 sup