Matteo Concas created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/537

Project:Branches: matteo.concas/rtems-gaisler:matteo/backport-fix-noelv-polled 
to rtems/rtos/rtems:6
Author:   Matteo Concas




## Summary

bsps/noelv: Fix using console in polled mode

Before, the console driver needed `BSP_CONSOLE_USE_INTERRUPTS` to be defined or 
it would not build. The intent was to use polled mode if the macro was equal to 
zero.

This change makes it so interrupt mode is used if the macro is defined and 
polled mode is used if the macro is not defined.

(cherry picked from commit 5e0a68d3ab6bedb16e465267310c59c25803b783)

<!--Default settings, if it is a dropdown it will set after submission-->

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to