-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added detect NAND SPI flash if first byte garbage in ID. Add support …
…KIOXIA TC58CVG2S0HRAIJ.
- Loading branch information
Showing
8 changed files
with
142 additions
and
50 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ extern int org; | |
#define EHELP "" | ||
#endif | ||
|
||
#define _VER "1.7" | ||
#define _VER "1.7.1" | ||
|
||
void title(void) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
#include "res.h" | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 1, 7, 0, 0 | ||
PRODUCTVERSION 1, 7, 0, 0 | ||
FILEVERSION 1, 7, 1, 0 | ||
PRODUCTVERSION 1, 7, 1, 0 | ||
FILEOS VOS_NT_WINDOWS32 | ||
FILETYPE VFT_APP | ||
FILESUBTYPE 0 | ||
|
@@ -15,11 +15,11 @@ BEGIN | |
VALUE "FileDescription", "SNANDer - Serial Nor/nAND/Eeprom programmeR\0" | ||
VALUE "OriginalFilename", "SNANDer.exe\0" | ||
VALUE "CompanyName", "-= (c) 2018-2021 Igor Mokrushin aka McMCC =-\0" | ||
VALUE "FileVersion", "1.7.0.0\0" | ||
VALUE "FileVersion", "1.7.1.0\0" | ||
VALUE "InternalName", "SNANDer\0" | ||
VALUE "LegalCopyright", "Copyright (c) 2018-2021 by McMCC <[email protected]>\0" | ||
VALUE "ProductName","SNANDer\0" | ||
VALUE "ProductVersion","1.7.0.0\0" | ||
VALUE "ProductVersion","1.7.1.0\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters