You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
## 1.5.0
4
4
5
-
- Pre-release with early access to the new `Core Peripherals` view.
5
+
- Pre-release with a preview of the new [Core Peripherals](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#core-peripherals) view that lives under
6
+
[Trace and Live View](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#trace-and-live-view).
7
+
- Early feedback is welcomed, please use [GitHub issues](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/new/choose) to share enhancement requests or defects.
6
8
- Fixes [Component Viewer](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger?tab=readme-ov-file#component-viewer) display and stability issues.
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,8 +277,8 @@ Most Arm Cortex-M processors (except Cortex-M0/M0+/M23) include a `DWT->CYCCNT`
277
277
278
278
The **Trace and Live View**
279
279

280
-
(available from the VS Code Activity Bar) currently contains the [**LIVE WATCH**](#live-watch) and the
281
-
[**COMPONENT VIEWER**](#component-viewer) views.
280
+
(available from the VS Code Activity Bar) currently contains the [**LIVE WATCH**](#live-watch), the
281
+
[**COMPONENT VIEWER**](#component-viewer), and the [**CORE PERIPHERALS**](#core-peripherals) views.
282
282
283
283
#### LIVE WATCH
284
284
@@ -304,6 +304,17 @@ The Component Viewer shows information about:
304
304
305
305

306
306
307
+
#### CORE PERIPHERALS
308
+
309
+
The **CORE PERIPHERALS** view gives insight into the programming of CPU specific core peripherals.
310
+
311
+
The Core Peripherals view shows information about the following components if implemented by the CPU:
312
+
313
+
- Memory Protection Unit
314
+
- Nested Vectored Interrupt Controller
315
+
- System Config and Control
316
+
- System Tick Timer
317
+
307
318
### PERIPHERALS
308
319
309
320
The **PERIPHERALS** view shows the device peripheral registers and allows to change their values. It uses the CMSIS-SVD files that are provided by silicon vendors and distributed as part of the CMSIS Device Family Packs (DFP).
0 commit comments