RTEMS | bsp/xilinx-zynq: Add devcfg and slcr drivers (!283)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Oct 30 22:16:38 UTC 2024




Gedare Bloom commented on a discussion on bsps/arm/xilinx-zynq/dev/devcfg/zynq-devcfg.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/283#note_114076

 > + */
 > +#include <stdio.h>
 > +#include <stdlib.h>
 > +#include <stdint.h>
 > +#include <stdbool.h>
 > +#include <string.h>
 > +#include <rtems.h>
 > +#include <rtems/libio.h>
 > +#include <rtems/rtems/sem.h>
 > +#include <rtems/irq-extension.h>
 > +#include <dev/slcr/zynq-slcr.h>
 > +#include <dev/slcr/zynq-slcr-regs.h>
 > +#include <dev/devcfg/zynq-devcfg.h>
 > +#include <dev/devcfg/zynq-devcfg-regs.h>
 > +
 > +#define WARN( msg ) printf( "%s:%s: %s", __FILE__, __func__, msg )

See #5142

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/283#note_114076
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/20241030/fb2aa2c2/attachment.htm>


More information about the bugs mailing list