add .gitignore
This commit is contained in:
23
sw_usb_audio/app_usb_aud_fosi_c1/PY25Q32SH_QSPI.spec
Normal file
23
sw_usb_audio/app_usb_aud_fosi_c1/PY25Q32SH_QSPI.spec
Normal file
@@ -0,0 +1,23 @@
|
||||
0, /* PY25Q32H_QSPI - Just specify 0 as flash_id */
|
||||
256, /* page size */
|
||||
16384, /* num pages */
|
||||
3, /* address size */
|
||||
4, /* log2 clock divider */
|
||||
0x9F, /* QSPI_RDID */
|
||||
0, /* id dummy bytes */
|
||||
3, /* id size in bytes */
|
||||
0x856016, /* device id */
|
||||
0x20, /* QSPI_SE */
|
||||
4096, /* Sector erase is always 4KB */
|
||||
0x06, /* QSPI_WREN */
|
||||
0x04, /* QSPI_WRDI */
|
||||
PROT_TYPE_SR, /* Protection via SR */
|
||||
{{0,0x00},{0,0}}, /* QSPI_SP, QSPI_SU */
|
||||
0x02, /* QSPI_PP */
|
||||
0xEB, /* QSPI_READ_FAST */
|
||||
1, /* 1 read dummy byte */
|
||||
SECTOR_LAYOUT_REGULAR, /* mad sectors */
|
||||
{4096,{0,{0}}}, /* regular sector sizes */
|
||||
0x05, /* QSPI_RDSR */
|
||||
0x01, /* QSPI_WRSR */
|
||||
0x01, /* QSPI_WIP_BIT_MASK */
|
||||
Reference in New Issue
Block a user