RTEMS | bsp/microblaze-fpga: expose 2nd AXI timer clock (!840)
Kinsey Moore (@opticron)
gitlab at rtems.org
Tue Nov 25 14:43:51 UTC 2025
Kinsey Moore started a new discussion on bsps/microblaze/microblaze_fpga/clock/clock.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/840#note_136314
> +static void microblaze_clock_handler( void *data );
> static rtems_timecounter_simple mblaze_tc;
> +static rtems_interrupt_handler mblaze_clock_isr = NULL;
> static volatile Microblaze_Timer *mblaze_timer;
>
> static uint32_t microblaze_tc_get( rtems_timecounter_simple *tc )
> {
> (void) tc;
> -
> return mblaze_timer->tcr0;
> }
>
> static bool microblaze_tc_is_pending( rtems_timecounter_simple *tc )
> {
> (void) tc;
> -
Please drop unrelated formatting changes.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/840#note_136314
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/20251125/27b1668e/attachment-0001.htm>
More information about the bugs
mailing list