@@ -8,71 +8,71 @@ loses modifications from other extensions.
88` launch.json ` leaves behind the breakpoint.
99- Partially implements [ #96 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/96 ) : Enable Peripheral
1010Inspector.
11- - Extracts first SVD file path found in ` *.cbuild-run.yml ` debug configuration file to automatically set up
11+ - Extracts first SVD file path found in ` *.cbuild-run.yml ` debug configuration file to automatically set up
1212 Peripheral Inspector.
1313- Adds initial version of extension [ documentation] ( https://open-cmsis-pack.github.io/vscode-cmsis-debugger/ ) .
1414- Updates included pyOCD distribution
15- - Fixes [ #133 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/133 ) : Adds default memory map for
16- Cortex-M devices.
17- - Improves memory map creation and flash algorithms sorting.
18- - Selects current processor core (for example used for flash programming) based on active gdb server connection.
15+ - Fixes [ #133 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/133 ) : Adds default memory map for
16+ Cortex-M devices.
17+ - Improves memory map creation and flash algorithms sorting.
18+ - Selects current processor core (for example used for flash programming) based on active gdb server connection.
1919
2020## 0.1.0
2121
2222- Updates included pyOCD distribution
23- - Fixes [ #92 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/92 ) : ` monitor reset halt ` command
24- fails for LPCXpresso55S69 if using CMSIS-Pack support in pyOCD.
25- - Fixes [ #93 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/93 ) : Download to LPC55S69 flash with
26- GDB and pyOCD ends in errors.
27- - Fixes [ #94 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/94 ) : Cannot connect to
28- NXP FRDM-K32L3A6 with pyOCD.
29- - Fixes support for ` <memory> ` elements from CMSIS PDSC files.
30- - Fixes progress bar output during program download.
31- - Fixes handling of ` __ap ` variable in debug sequences.
32- - Improves connection robustness and DP sticky error bits handling for temporary target communication losses and
33- ` __errorcontrol ` usage (CMSIS debug descriptions). For example in reset scenarios.
34- - Updates CMSIS-DAP probe detection (filters out Cypress KitProg3 bridge).
35- - Extends and improves support for ` *.cbuild-run.yml ` debug configuration files.
23+ - Fixes [ #92 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/92 ) : ` monitor reset halt ` command
24+ fails for LPCXpresso55S69 if using CMSIS-Pack support in pyOCD.
25+ - Fixes [ #93 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/93 ) : Download to LPC55S69 flash with
26+ GDB and pyOCD ends in errors.
27+ - Fixes [ #94 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/94 ) : Cannot connect to
28+ NXP FRDM-K32L3A6 with pyOCD.
29+ - Fixes support for ` <memory> ` elements from CMSIS PDSC files.
30+ - Fixes progress bar output during program download.
31+ - Fixes handling of ` __ap ` variable in debug sequences.
32+ - Improves connection robustness and DP sticky error bits handling for temporary target communication losses and
33+ ` __errorcontrol ` usage (CMSIS debug descriptions). For example in reset scenarios.
34+ - Updates CMSIS-DAP probe detection (filters out Cypress KitProg3 bridge).
35+ - Extends and improves support for ` *.cbuild-run.yml ` debug configuration files.
3636
3737## 0.0.3
3838
3939- Fixes [ #84 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/84 ) : Cannot use cbuild-run files with
4040pyOCD without CMSIS_PACK_ROOT environment variable.
4141- Implements [ #83 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/83 ) : Make built-in pyOCD available
4242in VS Code terminals.
43- - Note that there is a known issue with a pyOCD installation in Python virtual environments taking precedence over
44- the built-in pyOCD variant.
43+ - Note that there is a known issue with a pyOCD installation in Python virtual environments taking precedence over
44+ the built-in pyOCD variant.
4545- Updates included pyOCD distribution
46- - Fixes [ #91 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/91 ) : "Zephyr kernel detected" warning
47- in shipped pyOCD.
48- - Fixes [ #100 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/100 ) : [ macOS] - Cannot connect with
49- pyOCD and ULINKplus. Fixes missing ` libusb ` for macOS.
50- - Fixes [ #126 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/126 ) : Flash programming fails on
51- devices where the flash memory's erased value is 0x00. Initializes XPSR register before executing flash algorithm
52- function.
53- - Fixes [ #127 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/127 ) : CoreSight root component
54- discovery fails. Fixes how to address APv2.
55- - Fixes [ #128 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/128 ) : Programming fails on LPC55S69
56- when device is erased. Debugger no longer reads back programmed flash memory if ` Verify ` function is
57- provided by flash algorithm.
58- - Fixes [ #131 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/131 ) :
59- AP access failure due to invalid security flags (SPROT).
60- - Extends support for ` *.cbuild-run.yml ` debug configuration files.
46+ - Fixes [ #91 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/91 ) : "Zephyr kernel detected" warning
47+ in shipped pyOCD.
48+ - Fixes [ #100 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/100 ) : [ macOS] - Cannot connect with
49+ pyOCD and ULINKplus. Fixes missing ` libusb ` for macOS.
50+ - Fixes [ #126 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/126 ) : Flash programming fails on
51+ devices where the flash memory's erased value is 0x00. Initializes XPSR register before executing flash algorithm
52+ function.
53+ - Fixes [ #127 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/127 ) : CoreSight root component
54+ discovery fails. Fixes how to address APv2.
55+ - Fixes [ #128 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/128 ) : Programming fails on LPC55S69
56+ when device is erased. Debugger no longer reads back programmed flash memory if ` Verify ` function is
57+ provided by flash algorithm.
58+ - Fixes [ #131 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/131 ) :
59+ AP access failure due to invalid security flags (SPROT).
60+ - Extends support for ` *.cbuild-run.yml ` debug configuration files.
6161
6262## 0.0.2
6363
6464- Removes [ Arm Tools Environment Manager] ( https://marketplace.visualstudio.com/items?itemName=Arm.environment-manager )
65- from extension pack. Instead, README lists it as one of the recommended extensions to use with the Arm CMSIS Debugger.
65+ from extension pack. Instead, README lists it as one of the recommended extensions to use with the Arm CMSIS Debugger.
6666- Fixes use of ` ${workspace} ` to ` ${workspaceFolder} ` in default debug configurations.
6767- Reduces and aligns default ` initCommands ` lists for pseudo debugger types ` cmsis-debug-pyocd `
68- and ` cmsis-debug-jlink ` .
68+ and ` cmsis-debug-jlink ` .
6969- Implements [ #69 ] ( https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/69 ) : Bring Debug Console to
70- front during connection.
70+ front during connection.
7171
7272## 0.0.1
7373
7474- Initial release of extension pack on GitHub.
7575- Adds pseudo debugger types ` cmsis-debug-pyocd ` and ` cmsis-debug-jlink ` .
7676- Adds debug configuration providers for debugger type ` gdbtarget ` to resolve settings for pyOCD and Segger J-Link
77- GDB server connections.
77+ GDB server connections.
7878- Contributes setting ` cmsis ` .` cbuildRunFile ` to all debugger types (` * ` debugger type).
0 commit comments