kerms
109017ed6f
feat(nvs-editor): rewrite NVS partition editor
2026-03-12 18:06:37 +01:00
kerms
d01c81b48f
fix(partition-table): reject non-Latin-1 characters in partition names
2026-03-12 12:10:06 +01:00
kerms
402fade928
feat(nvs-editor): UI overhaul with persistence, inline editing, import warnings
...
Rewrite NVS editor with localStorage persistence, inline add/edit row,
column reorder (key/value/type/namespace), JSON import/export with
dropped+clamped warnings, blob compatibility warnings on version switch
and merge, hex namespace display, and responsive sidebar layout.
2026-03-12 12:09:59 +01:00
kerms
8d5d05dff0
fix: remove unused formatHexDump leftover from merge
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 11:24:40 +01:00
kerms
17d34a33e9
sync: merge submodule feature work (HexDump viewer, hex highlighting)
...
Merges development done in the website submodule:
- feat: display SPI pin drive strength and custom app desc raw bytes
- feat: add hex dump viewer, show appended SHA256, remove custom app desc
- feat: add field-range map for hex <-> field highlighting
- feat: Wireshark-style hex/field bidirectional highlighting
- feat: add disableFirmwareSelect prop to EspFlasher
- fix(crc32): use correct init value for ESP-IDF ROM CRC32
2026-03-11 11:22:04 +01:00
kerms
da91312ca9
feat(app-image): add custom app desc dump and SPI pin drive display
2026-03-11 11:03:57 +01:00
kerms
0e2f8c4828
feat: add disableFirmwareSelect prop to EspFlasher
2026-03-10 14:56:06 +01:00
kerms
f7fbf57095
feat: Wireshark-style hex/field bidirectional highlighting
2026-03-10 13:17:47 +01:00
kerms
9b572bb9d3
feat: add hex dump viewer, show appended SHA256, remove custom app desc
2026-03-10 12:59:46 +01:00
kerms
235b5e170a
feat: display SPI pin drive strength and custom app desc raw bytes
2026-03-09 18:18:22 +01:00
kerms
92dd27ed9b
feat: add chipDetected emit, hide single-option firmware selector, remove alerts
2026-03-08 19:14:05 +01:00
kerms
577b845afc
fix(esp-flasher): enforce imageOptions.value uniqueness via prop validator
...
Replace comment-only contract with a Vue prop validator that catches duplicate
.value keys at dev time. Validator is stripped from production builds.
Add inline comment to demo/tsconfig.json documenting the 8 node_modules type
errors (vueuse Bluetooth API, element-plus JSX/slots/icons) that require
skipLibCheck: true until those packages are updated.
2026-02-22 16:08:04 +01:00
kerms
34eb123f5e
feat(partition-table): add initial partition table library and Vue editor
2026-02-22 13:54:39 +01:00
kerms
b23a7e5c8a
feat(nvs): add NVS editor and binary/CSV toolkit
2026-02-22 13:17:49 +01:00
kerms
8320bf7ab2
feat(app-image): add ESP firmware image parser and viewer with robust
...
upload handling
- add app image parser/types/constants for ESP image header, extended
header, segments, and app description
- add shared binary read/write utilities and CRC32 helper
- add AppImageViewer component to inspect firmware metadata in UI
- improve upload UX: accept .bin only and show explicit error for ELF input
- prevent status alert timer race by clearing previous timeout before
setting a new one
- ignore .claude in .gitignore
2026-02-22 12:37:30 +01:00
kerms
0f107073bd
chore(esp-flasher): relocate esptools-js files into components directory
2026-02-20 18:32:20 +01:00