RTEMS | bsps/aarch64/raspberrypi5: Add initial Raspberry Pi 5 BSP (!1006)

Gedare Bloom (@gedare) gitlab at rtems.org
Mon Feb 9 21:10:01 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_142233

 > +  handler = &arm_pl011_fns;
 > +
 > +  rtems_termios_initialize();
 > +
 > +  sc = rtems_termios_device_install( "/dev/console", handler, NULL, &rpi5_uart_debug_context.base );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    bsp_fatal( BSP_FATAL_CONSOLE_INSTALL_1 );
 > +  }
 > +
 > +  return RTEMS_SUCCESSFUL;
 > +}
 > +
 > +BSP_output_char_function_type BSP_output_char = output_char;
 > +BSP_polling_getchar_function_type BSP_poll_char = poll_char;
 > +
 > +#ifdef __cplusplus /* __cplusplus */

` /* __cplusplus */` is redundant. usually only seen on `#else` or `#endif` lines.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1006#note_142233
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/5078c51c/attachment-0001.htm>


More information about the bugs mailing list