v0.14.0June 5, 2026
Highlights
This week focused on faster board model construction and a smoother first-run experience. Schematic ingestion handles multi-sheet designs more reliably, and session startup is noticeably quicker on large codebases.
New features
Multi-sheet schematic ingestion
Flash now follows nets across schematic sheets, so pin and bus mapping works on larger board designs without manual hints.
Faster project indexing
Initial codebase analysis runs in parallel, cutting first-session startup time on large firmware trees.
Miscellaneous
Enhancements▾
- Improved build-log parsing for GCC and Clang toolchains
- Clearer progress output during board model construction
- Updated platform list with newer SDK versions
Bug fixes▾
- Fixed pin-mux suggestions for boards with shared alternate functions
- Fixed a session resume issue after network interruptions
v0.13.0May 22, 2026
Highlights
This week focused on the debug loop. Runtime errors and serial output now feed back into the session with less friction, and proposed fixes explain their reasoning against the board model.
New features
Runtime feedback ingestion
Paste runtime logs or let Flash read serial output directly; failures are diagnosed against the board model instead of generic patterns.
Miscellaneous
Enhancements▾
- Better explanations of clock-tree constraints in generated init code
- Improved RTOS task configuration suggestions
Bug fixes▾
- Fixed datasheet section references in driver comments
- Fixed handling of Kconfig fragments in Zephyr projects
v0.12.0-betaMay 8, 2026
Highlights
First public changelog entry. Flash private beta opens to early teams with schematic, datasheet, and codebase ingestion, plus board-specific driver and init code generation.
New features
Private beta
Early teams can now run Flash on their own projects. Request access and we'll set up your first session with you.
Miscellaneous
Enhancements▾
- Initial supported-platform catalog published