RTEMS | bsps/xilinx-zynq: Add QSPI flash driver (!295)

Kinsey Moore (@opticron) gitlab at rtems.org
Fri Nov 8 03:32:22 UTC 2024




Kinsey Moore commented on a discussion on bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash-transfer.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/295#note_114563

 > +#include <rtems.h>
 > +#include <stdint.h>
 > +
 > +#include <dev/spi/zynq-qspi-flash-defs.h>
 > +
 > +/*
 > + * The following variables are shared between non-interrupt processing and
 > + * interrupt processing such that they must be global.
 > + */
 > +rtems_id transfer_task;
 > +
 > +__attribute__((weak)) void zqspi_write_unlock(zqspiflash *driver) {
 > +}
 > +
 > +__attribute__((weak)) void zqspi_write_lock(zqspiflash *driver) {
 > +}

Sorry, must have been an issue with dynamic page loading even though I expanded that file.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/295#note_114563
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/20241108/896c0bf3/attachment-0001.htm>


More information about the bugs mailing list