RTEMS | bsp/microblaze-fpga: add AXI GPIO driver (!844)
Joel Sherrill (@joel)
gitlab at rtems.org
Fri Dec 5 00:34:16 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_136756
> 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 ) );
> +
> + if ( channel == 1 )
Again the style doesn't match what's already in the file.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/844#note_136756
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/577820b9/attachment-0001.htm>
More information about the bugs
mailing list