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. |
||
|---|---|---|
| components | ||
| demo | ||
| lib | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
README.md
Yunsi Toolbox Vue
A collection of web-based tools with pure TypeScript parsing libraries and Vue 3 components.
Structure
lib/- Pure TypeScript libraries (no Vue dependency)shared/- Binary read/write helpers, CRC32nvs/- NVS partition parser, serializer, CSV supportpartition-table/- ESP32 partition table parser/editorapp-image/- ESP32 app image header reader
components/- Vue 3 components (depend on lib/)nvs-editor/- NVS partition editor UIesp-flasher/- Browser-based ESP32 flasher (Web Serial)partition-table-editor/- Partition table editor UIapp-image-viewer/- App image info viewer
Usage
This is intended to be used as a git submodule in Vue 3 projects.
git submodule add <repository-url> src/components/yunsi-toolbox-vue
Third Party Licenses
- esptools-js: Licensed under the Apache License 2.0. Copyright (c) 2024 Espressif Systems (Shanghai) CO LTD.