Skip to content

Commit b2c51f0

Browse files
committed
Bump CMSIS-Core documentation version and history
1 parent 6efa6c7 commit b2c51f0

4 files changed

Lines changed: 42 additions & 16 deletions

File tree

CMSIS/Documentation/Doxygen/Core/Core.dxy.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-M)"
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = "Version 6.1.0"
50+
PROJECT_NUMBER = "Version 6.1.1"
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a

CMSIS/Documentation/Doxygen/Core/src/history.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ The table below provides information about the changes delivered with specific v
99
<th>Version</th>
1010
<th>Description</th>
1111
</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>
1225
<tr>
1326
<td>V6.1.0</td>
1427
<td>
@@ -384,9 +397,9 @@ The table below provides information about the changes delivered with specific v
384397

385398
In summary, following types of incompatible changes are present:
386399

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)
390403

391404
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.
392405

@@ -419,10 +432,10 @@ Below is detailed information about the changes relevant for each Cortex-M core.
419432
- define names for ITM_TCR_* changed
420433
- define names for ITM_LSR_* changed
421434
- struct TPI_Type renamed to TPIU_Type
422-
- define names for TPI_* renamed to TPIU_*
435+
- define names for TPI_*renamed to TPIU_*
423436
- define names for FPU_MVFR0/1_* changed (Cortex-M4)
424437
- struct CoreDebug_Type renamed to DCB_Type
425-
- defines for CoreDebug_* renamed to DCB_*
438+
- defines for CoreDebug_*renamed to DCB_*
426439

427440
**Cortex-M7:**
428441

@@ -435,31 +448,31 @@ Below is detailed information about the changes relevant for each Cortex-M core.
435448
- define names for ITM_TCR_* changed
436449
- define names for ITM_LSR_* changed
437450
- struct TPI_Type renamed to TPIU_Type
438-
- define names for TPI_* renamed to TPIU_*
451+
- define names for TPI_*renamed to TPIU_*
439452
- define names for FPU_MVFR0/1_* changed
440453
- struct CoreDebug_Type renamed to DCB_Type
441-
- defines for CoreDebug_* renamed to DCB_*
454+
- defines for CoreDebug_*renamed to DCB_*
442455

443456
**Cortex-M23:**
444457

445458
- struct DWT_Type
446459
- member RESERVED0[6] replaced by CYCCNT, CPICNT, EXCCNT, SLEEPCNT, LSUCNT, FOLDCNT
447460
- other RESERVED members mainly removed
448461
- struct TPI_Type renamed to TPIU_Type
449-
- define names for TPI_* renamed to TPIU_*
462+
- define names for TPI_*renamed to TPIU_*
450463
- struct CoreDebug_Type removed (struct DCB_Type already existed)
451-
- defines CoreDebug_* removed (defines DCB_* already existed)
464+
- defines CoreDebug_*removed (defines DCB_* already existed)
452465

453466
**Cortex-M33:**
454467

455468
- struct ITM_Type:
456469
- members LAR, LSR removed
457470
- members PIDx and CIDx removed
458471
- struct TPI_Type renamed to TPIU_Type
459-
- define names for TPI_* renamed to TPIU_*
472+
- define names for TPI_*renamed to TPIU_*
460473
- define names for FPU_MVFR0/1_* changed
461474
- struct CoreDebug_Type removed (struct DCB_Type already existed)
462-
- defines CoreDebug_* removed (defines DCB_* already existed)
475+
- defines CoreDebug_*removed (defines DCB_* already existed)
463476

464477
**Cortex-M55, Cortex-M85:**
465478

@@ -473,11 +486,11 @@ Below is detailed information about the changes relevant for each Cortex-M core.
473486
- define names EWIC_* changed
474487
- struct TPI_Type renamed to TPIU_Type
475488
- members LAR, LSR replaced
476-
- define names for TPI_* renamed to TPIU_*
489+
- define names for TPI_*renamed to TPIU_*
477490
- struct PMU_Type
478491
- members PIDx and CIDx removed
479492
- struct CoreDebug_Type removed (struct DCB_Type already existed)
480-
- defines CoreDebug_* removed (defines DCB_* already existed)
493+
- defines CoreDebug_*removed (defines DCB_* already existed)
481494
- struct DIB_Type
482495
- members DLAR, DLSR removed (replaced by RESERVED0[2])
483-
- defines for DIB_DLAR_* and DIB_DLSR_* removed
496+
- defines for DIB_DLAR_*and DIB_DLSR_* removed

CMSIS/Documentation/Doxygen/Core_A/Core_A.dxy.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-A)"
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = "Version 6.1.0"
50+
PROJECT_NUMBER = "Version 6.1.1"
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a

CMSIS/Documentation/Doxygen/Core_A/src/history.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ The table below provides information about the changes delivered with specific v
99
<th>Version</th>
1010
<th>Description</th>
1111
</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>
1225
<tr>
1326
<td>V6.1.0</td>
1427
<td>

0 commit comments

Comments
 (0)