yunsi-toolbox-vue/lib/partition-table
kerms c8b560387b
feat(partition-table): add BOOTLOADER and PARTITION_TABLE types
Add ESP-IDF partition types 0x02 (BOOTLOADER) and 0x03 (PARTITION_TABLE)
with their subtype enums and name maps. Refactor getSubtypeName/subtypeFromName
to use a unified SUBTYPE_NAME_MAPS lookup table.
2026-03-05 18:20:04 +01:00
..
constants.ts feat(partition-table): add initial partition table library and Vue editor 2026-02-22 13:54:39 +01:00
csv-parser.ts refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00
csv-serializer.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
index.ts feat(partition-table): add BOOTLOADER and PARTITION_TABLE types 2026-03-05 18:20:04 +01:00
md5.ts feat(partition-table): add initial partition table library and Vue editor 2026-02-22 13:54:39 +01:00
parser.ts feat: add OTA data parser and fix verbatimModuleSyntax compliance 2026-02-25 16:34:42 +01:00
serializer.ts refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00
types.ts feat(partition-table): add BOOTLOADER and PARTITION_TABLE types 2026-03-05 18:20:04 +01:00
validator.ts refactor: translate error messages from Chinese to English 2026-02-28 11:50:00 +01:00