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: CMSIS/Documentation/Doxygen/Core/src/history.md
+27-14Lines changed: 27 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@ The table below provides information about the changes delivered with specific v
9
9
<th>Version</th>
10
10
<th>Description</th>
11
11
</tr>
12
+
<tr>
13
+
<td>V6.1.1</td>
14
+
<td>
15
+
<p>Minor fixes and enhancements:</p>
16
+
<ul>
17
+
<li>Fixed CMSIS_DEPRECATED for IAR</li>
18
+
<li>Added LAR, LSR register to DWT</li>
19
+
<li>Add CMSIS-R for IAR</li>
20
+
<li>Added BPU for Star-MC1</li>
21
+
<li>Add CPPWR SU10/11 for Cortex-M55/-M85</li>
22
+
</ul>
23
+
</td>
24
+
</tr>
12
25
<tr>
13
26
<td>V6.1.0</td>
14
27
<td>
@@ -384,9 +397,9 @@ The table below provides information about the changes delivered with specific v
384
397
385
398
In summary, following types of incompatible changes are present:
386
399
387
-
- struct member is renamed in an existing structure (e.g. NVIC->PR -> NVIC->IPR)
388
-
- struct name is changed (e.g. CoreDebug_Type -> DCB_Type)
389
-
- define name is changed (e.g. CoreDebug_DEMCR_TRCENA_Msk -> DCB_DEMCR_TRCENA_Msk)
400
+
- struct member is renamed in an existing structure (e.g. NVIC->PR -> NVIC->IPR)
401
+
- struct name is changed (e.g. CoreDebug_Type -> DCB_Type)
402
+
- define name is changed (e.g. CoreDebug_DEMCR_TRCENA_Msk -> DCB_DEMCR_TRCENA_Msk)
390
403
391
404
For the latest two types, CMSIS-Core v6.1 and higher provide also the original CMSIS 5 symbols as deprecated and so improve the backward compatibility. See section \ref deprecated_gr.
392
405
@@ -419,10 +432,10 @@ Below is detailed information about the changes relevant for each Cortex-M core.
419
432
- define names for ITM_TCR_* changed
420
433
- define names for ITM_LSR_* changed
421
434
- struct TPI_Type renamed to TPIU_Type
422
-
- define names for TPI_*renamed to TPIU_*
435
+
- define names for TPI_*renamed to TPIU_*
423
436
- define names for FPU_MVFR0/1_* changed (Cortex-M4)
424
437
- struct CoreDebug_Type renamed to DCB_Type
425
-
- defines for CoreDebug_*renamed to DCB_*
438
+
- defines for CoreDebug_*renamed to DCB_*
426
439
427
440
**Cortex-M7:**
428
441
@@ -435,31 +448,31 @@ Below is detailed information about the changes relevant for each Cortex-M core.
435
448
- define names for ITM_TCR_* changed
436
449
- define names for ITM_LSR_* changed
437
450
- struct TPI_Type renamed to TPIU_Type
438
-
- define names for TPI_*renamed to TPIU_*
451
+
- define names for TPI_*renamed to TPIU_*
439
452
- define names for FPU_MVFR0/1_* changed
440
453
- struct CoreDebug_Type renamed to DCB_Type
441
-
- defines for CoreDebug_*renamed to DCB_*
454
+
- defines for CoreDebug_*renamed to DCB_*
442
455
443
456
**Cortex-M23:**
444
457
445
458
- struct DWT_Type
446
459
- member RESERVED0[6] replaced by CYCCNT, CPICNT, EXCCNT, SLEEPCNT, LSUCNT, FOLDCNT
0 commit comments