.. _libquadflash_included_devices: List of devices natively supported by libquadflash ================================================== libquadflash supports a limited range of flash devices available in the market. Each flash device is described using a Quad-SPI specification file. The table in :ref:`libquadflash_included_devices_table` lists the flash devices for which Quad-SPI spec files are included with the tools. .. _libquadflash_included_devices_table: .. table:: List of flash devices supported natively by libquadflash +----------------------+--------------+------------------------------------+ | Manufacturer | Part Number | Enabled in libquadflash by default | +======================+==============+====================================+ | ISSI | IS25LP016D | Y | +----------------------+--------------+------------------------------------+ | | IS25LP032 | Y | +----------------------+--------------+------------------------------------+ | | IS25LP064 | Y | +----------------------+--------------+------------------------------------+ | | IS25LP080D | Y | +----------------------+--------------+------------------------------------+ | | IS25LP128 | Y | +----------------------+--------------+------------------------------------+ | | IS25LQ016B | Y | +----------------------+--------------+------------------------------------+ | | IS25LQ032B | Y | +----------------------+--------------+------------------------------------+ | | IS25LQ080B | Y | +----------------------+--------------+------------------------------------+ | SPANSION | S25FL116K | Y | +----------------------+--------------+------------------------------------+ | | S25FL132K | Y | +----------------------+--------------+------------------------------------+ | | S25FL164K | Y | +----------------------+--------------+------------------------------------+ | WINBOND | W25Q128JV | Y | +----------------------+--------------+------------------------------------+ | | W25Q16JV | Y | +----------------------+--------------+------------------------------------+ | | W25Q32JV | Y | +----------------------+--------------+------------------------------------+ | | W25Q64JV | Y | +----------------------+--------------+------------------------------------+ Further details can be found by examining :file:`$XMOS_TOOL_PATH/target/include/QuadSpecEnum.h` and :file:`$XMOS_TOOL_PATH/target/include/QuadSpecMacros.h`.