File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " czespressif"
3- version = " 1.1 .0"
3+ version = " 1.2 .0"
44update_changelog_on_bump = true
55tag_format = " v$version"
66changelog_merge_prerelease = true
Original file line number Diff line number Diff line change 1+ ## v1.2.0 (2025-09-23)
2+
3+ ### ✨ New Features
4+
5+ - ** msc** : ensure MD5 check is enabled * (Jaroslav Burian - bac9aa6)*
6+
7+ ### 🐛 Bug Fixes
8+
9+ - ** serial_handler** : Add RX pull up to avoid floating pin * (Jaroslav Burian - 5580383)*
10+ - ** debug** : use correct pins for TDO and TDI * (Jaroslav Burian - 0f04472)*
11+ - ** msc** : flash only real payload when UF2_FLAG_MD5_PRESENT flag is set * (Jaroslav Burian - 8eae57a)*
12+ - ** debug** : missing driver for Windows * (Jaroslav Burian - b56915c)*
13+
14+ ### 🔧 Code Refactoring
15+
16+ - Separate pins and other Kconfig options into components * (Jaroslav Burian - 83dd070)*
17+ - Add activity callbacks to debug_probe and serial_handler components * (Jaroslav Burian - 10c22e3)*
18+ - Move debug specific code into debug_probe component * (Jaroslav Burian - c17f235)*
19+ - Separate debug interface into separate component * (Jaroslav Burian - 28eee02)*
20+ - Separate serial communication into components * (Jaroslav Burian - af83608)*
21+
22+
123## v1.1.0 (2025-04-23)
224
325### ✨ New Features
You can’t perform that action at this time.
0 commit comments