We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f290ff8 commit a0cfdbdCopy full SHA for a0cfdbd
components/drivers/spi/sfud/inc/sfud_flash_def.h
@@ -81,6 +81,7 @@ typedef struct {
81
#define SFUD_MF_ID_ATMEL 0x1F
82
#define SFUD_MF_ID_MICRON 0x20
83
#define SFUD_MF_ID_AMIC 0x37
84
+#define SFUD_MF_ID_NOR_MEM 0x52
85
#define SFUD_MF_ID_SANYO 0x62
86
#define SFUD_MF_ID_INTEL 0x89
87
#define SFUD_MF_ID_ESMT 0x8C
@@ -91,7 +92,6 @@ typedef struct {
91
92
#define SFUD_MF_ID_GIGADEVICE 0xC8
93
#define SFUD_MF_ID_ISSI 0xD5
94
#define SFUD_MF_ID_WINBOND 0xEF
-#define SFUD_MF_ID_NOR_MEM 0x52
95
96
/* SFUD supported manufacturer information table */
97
#define SFUD_MF_TABLE \
0 commit comments