Skip to content

Commit

Permalink
Merge pull request #3 from TrimenZ/xt25f08
Browse files Browse the repository at this point in the history
Flash xt25f08, ID 0x0014400b added
  • Loading branch information
Zepan authored Oct 15, 2021
2 parents ec5d413 + f40160a commit 3e52078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flash/nor/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ const struct flash_device flash_devices[] = {
FLASH_ID("gd gd25q16c", 0xd8, 0xc7, 0x001540c8, 0x100, 0x10000, 0x200000),
FLASH_ID("gd gd25q32c", 0xd8, 0xc7, 0x001640c8, 0x100, 0x10000, 0x400000),
FLASH_ID("gd gd25q128c", 0xd8, 0xc7, 0x001840c8, 0x100, 0x10000, 0x1000000),
FLASH_ID ("xtx xt25f08", 0xd8, 0xc7, 0x0014400b, 0x100, 0x10000, 0x100000),
FLASH_ID(NULL, 0, 0, 0, 0, 0, 0)
};

0 comments on commit 3e52078

Please sign in to comment.