File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " probe-rs-debugger" ,
33 "displayName" : " Debugger for probe-rs" ,
4- "version" : " 0.24.2 " ,
4+ "version" : " 0.25.0 " ,
55 "publisher" : " probe-rs" ,
66 "description" : " probe-rs Debug Adapter for VS Code." ,
77 "author" : {
228228 "description" : " Halt all cores on the target after reset." ,
229229 "default" : false
230230 },
231+ "verifyBeforeFlashing" : {
232+ "type" : " boolean" ,
233+ "description" : " Verify chip contents before erasing, to prevent unnecessary reprogramming." ,
234+ "default" : false
235+ },
236+ "verifyAfterFlashing" : {
237+ "type" : " boolean" ,
238+ "description" : " Verify chip contents after flashing." ,
239+ "default" : false
240+ },
231241 "fullChipErase" : {
232242 "type" : " boolean" ,
233243 "description" : " Do a full chip erase, versus page-by-page erase." ,
591601 "chip" : " STM32H745ZITx" ,
592602 "flashingConfig" : {
593603 "flashingEnabled" : true ,
604+ "verifyBeforeFlashing" : true ,
605+ "verifyAfterFlashing" : true ,
594606 "haltAfterReset" : true
595607 },
596608 "coreConfigs" : [
614626 "chip" : " STM32H745ZITx" ,
615627 "flashingConfig" : {
616628 "flashingEnabled" : true ,
629+ "verifyBeforeFlashing" : true ,
630+ "verifyAfterFlashing" : true ,
617631 "haltAfterReset" : true
618632 },
619633 "coreConfigs" : [
You can’t perform that action at this time.
0 commit comments