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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to