spiFlashdb: cosmetic/doc

This commit is contained in:
Gwenhael Goavec-Merou 2026-03-22 09:26:03 +01:00
parent 5d615ef993
commit 44ad4df0e7
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.quad_mask = (1 << 6),
.global_lock = false,
}},
{0xc84016 {
{0xc84016, {
/* https://cdn.compacttool.ru/downloads/GD25Q32%20datasheet.pdf */
.manufacturer = "GigaDevice",
.model = "GD25Q32C",
@ -594,7 +594,7 @@ static std::map <uint32_t, flash_t> flash_list = {
.subsector_erase = true,
.has_extended = false,
.tb_otp = false,
.tb_offset = (1 << 14),
.tb_offset = (1 << 14), // CMP
.tb_register = STATR,
.bp_len = 4,
.bp_offset = {(1 << 2), (1 << 3), (1 << 4), (1 << 5)},