Merge pull request #691 from synogate/fix-SST26VF064B-erase

fix SST26VF064B erase
This commit is contained in:
Gwenhael Goavec-Merou 2026-07-13 09:06:06 +02:00 committed by GitHub
commit a266aafa1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.manufacturer = "microchip", .manufacturer = "microchip",
.model = "SST26VF064B", .model = "SST26VF064B",
.nr_sector = 128, .nr_sector = 128,
.sector_erase = true, .sector_erase = false,
.subsector_erase = true, .subsector_erase = true,
.has_extended = false, .has_extended = false,
.tb_otp = false, .tb_otp = false,