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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
