RTEMS | bsps/xilinx-zynq: Flash driver defaults to 3 byte addressing (!866)
Gedare Bloom (@gedare)
gitlab at rtems.org
Tue Dec 9 17:23:17 UTC 2025
Gedare Bloom 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_137048
> + 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;
> + uint32_t address_size;
why not use `uint8_t` here?
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/866#note_137048
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/20251209/67f730c5/attachment-0001.htm>
More information about the bugs
mailing list