Merge pull request #450 from kalata23/master

Added Zetta ZD25WQ16CSIGT
This commit is contained in:
Gwenhael Goavec-Merou 2024-03-28 22:02:21 +01:00 committed by GitHub
commit 62f818cd68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -434,6 +434,20 @@ static std::map <uint32_t, flash_t> flash_list = {
.bp_len = 3,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
},
{0xba6015, {
.manufacturer = "Zetta",
.model = "ZD25WQ16CSIGT",
.nr_sector = 32,
.sector_erase = true,
.subsector_erase = true,
.has_extended = false,
.tb_otp = false,
.tb_offset = (1 << 5),
.tb_register = STATR,
.bp_len = 3,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), 0}}
},
};
#endif // SRC_SPIFLASHDB_HPP_