Skip to content

Commit b0bbb04

Browse files
committed
Fixup for issues during release process
Fixes #165
1 parent b3141b2 commit b0bbb04

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

CMSIS/Core/Include/core_cm55.h

-2
Original file line numberDiff line numberDiff line change
@@ -3612,8 +3612,6 @@ typedef struct
36123612

36133613
#ifndef CMSIS_DISABLE_DEPRECATED
36143614

3615-
#ifndef CMSIS_DISABLE_DEPRECATED
3616-
36173615
#define SCB_AIRCR_ENDIANESS_Pos SCB_AIRCR_ENDIANNESS_Pos
36183616
#define SCB_AIRCR_ENDIANESS_Msk SCB_AIRCR_ENDIANNESS_Msk
36193617

CMSIS/Core/Include/core_sc300.h

-2
Original file line numberDiff line numberDiff line change
@@ -1388,8 +1388,6 @@ typedef struct
13881388

13891389
#ifndef CMSIS_DISABLE_DEPRECATED
13901390

1391-
#ifndef CMSIS_DISABLE_DEPRECATED
1392-
13931391
#define SCB_AIRCR_ENDIANESS_Pos SCB_AIRCR_ENDIANNESS_Pos
13941392
#define SCB_AIRCR_ENDIANESS_Msk SCB_AIRCR_ENDIANNESS_Msk
13951393

CMSIS/Documentation/Overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Watch the [introduction webinar](https://on-demand.arm.com/flow/arm/devhub/sessi
1616

1717
The following CMSIS-Packs relate to CMSIS v6 and are maintained by Arm.
1818

19-
### CMSIS Components
19+
### CMSIS Component Packs
2020

2121
- [CMSIS-Compiler](https://www.keil.arm.com/packs/cmsis-compiler-arm): Retarget I/O functions of the standard C run-time library.
2222
- [CMSIS-DSP](https://www.keil.arm.com/packs/cmsis-dsp-arm/): Optimized compute functions for embedded systems.
@@ -33,7 +33,7 @@ The following CMSIS-Packs relate to CMSIS v6 and are maintained by Arm.
3333

3434
- [MDK-Middleware](https://www.keil.arm.com/packs/mdk-middleware-keil): File system, network, and USB stacks.
3535
- [CMSIS-mbedTLS](https://github.com/ARM-software/CMSIS-mbedTLS): Mbed TLS framed in a CMSIS-Pack.
36-
- [SDS-Framework][https://github.com/ARM-software/SDS-Framework]: Synchronous data streaming.
36+
- [SDS-Framework](https://github.com/ARM-software/SDS-Framework): Synchronous data streaming.
3737

3838
### Other Software Components
3939

0 commit comments

Comments
 (0)