Sam Price started a new discussion on 
bsps/microblaze/microblaze_fpga/include/tm27.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/980#note_140641

 > +    MICROBLAZE_TIMER_TCSR0_LOAD0;
 > +  timer->tcsr1 = 0;
 > +
 > +  /* Configure timer1: interrupt enabled, down-counter */
 > +  timer->tcsr1 = MICROBLAZE_TIMER_TCSR0_ENIT0 |
 > +    MICROBLAZE_TIMER_TCSR0_GENT0 |
 > +    MICROBLAZE_TIMER_TCSR0_UDT0;
 > +
 > +  (void) rtems_interrupt_handler_install(
 > +    vector,
 > +    "tm27",
 > +    RTEMS_INTERRUPT_SHARED,
 > +    handler,
 > +    NULL
 > +  );
 > +}

Refactor install handler first.

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to