RTEMS | bsp/microblaze-fpga: add AXI GPIO driver (!844)

Joel Sherrill (@joel) gitlab at rtems.org
Fri Dec 5 00:33:52 UTC 2025




Joel Sherrill started a new discussion on bsps/microblaze/microblaze_fpga/gpio/microblaze-gpio.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136755

 > +  }
 > +
 >    return RTEMS_SUCCESSFUL;
 >  }
 >  #endif /* BSP_MICROBLAZE_FPGA_USE_FDT */
 >  
 > -void microblaze_gpio_set_data_direction(
 > -  Microblaze_GPIO_context *ctx,
 > -  uint32_t                 channel,
 > -  uint32_t                 mask
 > -)
 > +void microblaze_gpio_get_configuration ( Microblaze_GPIO_context *ctx,
 > +                                         uint32_t                 channel,
 > +                                         Microblaze_GPIO_config * config )
 > +{
 > +  assert ( channel == 1 || ( ctx->is_dual && channel == 2 ) );

This should be the RTEMS assert. I think it is _Assert().

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136755
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/20251205/19a1d316/attachment.htm>


More information about the bugs mailing list