Examples | rtems-examples: Add Scrutiny initialization code (!34)
Abdullah Wasiq (@aftwasiq)
gitlab at rtems.org
Wed Sep 2 00:12:42 UTC 2026
Abdullah Wasiq commented on a discussion on scrutiny/init/test.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/34#note_158537
> + uint16_t to_send = scrutiny_c_main_handler_data_to_send( scrutiny_handler );
> +
> + if ( to_send > 0 ) {
> + uint16_t sent = scrutiny_c_main_handler_pop_data( scrutiny_handler, out_buffer, sizeof(out_buffer) );
> + write( USART2, out_buffer, sent );
> + }
> +
> + last_timestamp = timestamp;
> +
> + rtems_task_wake_after( RTEMS_YIELD_PROCESSOR );
> + }
> +}
> +
> +rtems_task task_100hz( rtems_task_argument ignored )
> +{
> + while(true) {
fixed, went through the file and i don't seem to see any other formatting issues
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/34#note_158537
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-4wzdkdv26yknx2vduzt583mtt-9/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260902/3b97ce1d/attachment-0001.htm>
More information about the bugs
mailing list