|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 1.3.0 |
| 4 | + |
| 5 | +- Enhanced [pyOCD](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#pyocd) |
| 6 | +and [J-Link GDB Server](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#j-link-server) debug configurations for multi-core |
| 7 | +debug, semihosting serial I/O via Telnet, and more. |
| 8 | + - Requires [Arm CMSIS Solution extension v1.64.0](https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution) or later. |
| 9 | +- Includes pyOCD with enhanced [command-line options](https://open-cmsis-pack.github.io/cmsis-toolbox/pyOCD-Debugger/#command-line-invocation) |
| 10 | +for CMSIS Solution and `*.cbuild-run.yml` based CI workflows. |
| 11 | +- Includes updated pyOCD distribution ([pyOCD v0.42.0](https://github.com/pyocd/pyOCD/releases/tag/v0.42.0)) |
| 12 | + - Adds support for Arm Cortex-M52 CPUs. |
| 13 | + - Adds support for Arm China Star-MC3 CPUs. |
| 14 | + - TODO: Details |
| 15 | +- Also included in this extension release: |
| 16 | + - [arm-none-eabi-gdb v14.3.1](https://artifacts.tools.arm.com/arm-none-eabi-gdb/14.3.1/) |
| 17 | +- Full list of required minimum versions for correct functionality of the CMSIS Debugger v1.3.0 solution: |
| 18 | + - [Arm CMSIS Solution extension v1.64.0](https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution) |
| 19 | + - [CDT GDB Adapter extension v2.6.0](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.cdt-gdb-vscode) |
| 20 | + - [Memory Inspector v1.2.0](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.memory-inspector) |
| 21 | + - [Peripheral Inspector v1.8.1](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.peripheral-inspector) |
| 22 | + - [Serial Monitor v0.13.1](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor) |
| 23 | + - [RTOS Views v0.0.13](https://marketplace.visualstudio.com/items?itemName=mcu-debug.rtos-views) |
| 24 | +- Refer to the [CMSIS Debugger 1.3.0 project board](https://github.com/orgs/Open-CMSIS-Pack/projects/21/views/8) for a full list |
| 25 | +of enhancement requests and defects addressed in this release. |
| 26 | + |
3 | 27 | ## 1.2.0 |
4 | 28 |
|
5 | 29 | - Introduces the ability to access memory and calculate expression results while the target system is running. |
|
0 commit comments