Chris Johns created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5264



## Summary

SMP builds for the Microzed require setting `CONFIGURE_SCHEDULER_EDF_SMP` in 
`init.c` to avoid a runtime error (assert). The code should not cause the 
error. It can be avoided by adding a default scheduler type.  The error does 
not happen when `RTEMS_DEBUG` is not defined.

There are two problems:

* Assert only when debug is enabled when it is not a problem without. This 
implies an SMP bug.
* Needing a configure item

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5264
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to