Skip to content

Commit

Permalink
Fixup for issues during release process
Browse files Browse the repository at this point in the history
Fixes #165
  • Loading branch information
JonatanAntoni committed May 16, 2024
1 parent b3141b2 commit b0bbb04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CMSIS/Core/Include/core_cm55.h
Original file line number Diff line number Diff line change
Expand Up @@ -3612,8 +3612,6 @@ typedef struct

#ifndef CMSIS_DISABLE_DEPRECATED

#ifndef CMSIS_DISABLE_DEPRECATED

#define SCB_AIRCR_ENDIANESS_Pos SCB_AIRCR_ENDIANNESS_Pos
#define SCB_AIRCR_ENDIANESS_Msk SCB_AIRCR_ENDIANNESS_Msk

Expand Down
2 changes: 0 additions & 2 deletions CMSIS/Core/Include/core_sc300.h
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,6 @@ typedef struct

#ifndef CMSIS_DISABLE_DEPRECATED

#ifndef CMSIS_DISABLE_DEPRECATED

#define SCB_AIRCR_ENDIANESS_Pos SCB_AIRCR_ENDIANNESS_Pos
#define SCB_AIRCR_ENDIANESS_Msk SCB_AIRCR_ENDIANNESS_Msk

Expand Down
4 changes: 2 additions & 2 deletions CMSIS/Documentation/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Watch the [introduction webinar](https://on-demand.arm.com/flow/arm/devhub/sessi

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

### CMSIS Components
### CMSIS Component Packs

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

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

### Other Software Components

Expand Down

0 comments on commit b0bbb04

Please sign in to comment.