RTEMS | bsps/aarch64/raspberrypi5: Add initial Raspberry Pi 5 BSP (!1006)
Gedare Bloom (@gedare)
gitlab at rtems.org
Mon Feb 9 21:12:06 UTC 2026
Gedare Bloom started a new discussion on bsps/aarch64/raspberrypi5/console/console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142236
> + * POSSIBILITY OF SUCH DAMAGE.
> + */
> +
> +#include <bspopts.h>
> +#include <rtems/bspIo.h>
> +#include <rtems/console.h>
> +#include <rtems/termiosdevice.h>
> +#include <dev/serial/arm-pl011.h>
> +
> +#include <bsp/irq.h>
> +#include <bsp/fatal.h>
> +#include <bsp/raspberrypi5.h>
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif /* __cplusplus */
This is only typically seen in header files, so that they can be included from a C++ source file. I'm not sure the purpose of using it here.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142236
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260209/c8184d7c/attachment-0001.htm>
More information about the bugs
mailing list