RTEMS | bsps/xilinx-zynq: Flash driver defaults to 3 byte addressing (!866)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Dec 11 15:07:30 UTC 2025
Kinsey Moore started a new discussion on bsps/arm/xilinx-zynq/include/dev/spi/zynq-qspi-flash.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/866#note_137146
> +{
> + uint8_t fast_read;
> + uint8_t read;
> + uint8_t page_program;
> + uint8_t sector_erase;
> +} zqspi_flash_commands;
> +
> /*
> * A flash driver instance
> */
> typedef struct
> {
> zqspi_transfer_buffer buf;
> + zqspi_flash_commands commands;
> bool initialised;
> + bool fast_read;
driver->fast_read appears to only ever be set to true and never used.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/866#note_137146
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/20251211/4b9521c2/attachment-0001.htm>
More information about the bugs
mailing list