Skip to content

Commit

Permalink
ext: hal: cmsis: Update ARM CMSIS headers to version 5.5.1
Browse files Browse the repository at this point in the history
Origin: ARM CMSIS v5.5.1
License: Apache-2.0
URL: https://github.com/ARM-software/CMSIS_5.git
commit: ca812421550b53a0bdd79139e255293ded03968f
Purpose: CMSIS Headers update.
Maintained-by: External

Signed-off-by: Ioannis Glaropoulos <[email protected]>
  • Loading branch information
ioannisg authored and nashif committed May 31, 2019
1 parent b1558bb commit c7c02fc
Show file tree
Hide file tree
Showing 24 changed files with 9,093 additions and 967 deletions.
8 changes: 6 additions & 2 deletions ext/hal/cmsis/Include/cmsis_armcc.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**************************************************************************//**
* @file cmsis_armcc.h
* @brief CMSIS compiler ARMCC (Arm Compiler 5) header file
* @version V5.0.4
* @date 10. January 2018
* @version V5.0.5
* @date 14. December 2018
******************************************************************************/
/*
* Copyright (c) 2009-2018 Arm Limited. All rights reserved.
Expand Down Expand Up @@ -47,6 +47,10 @@
/* __ARM_ARCH_8M_BASE__ not applicable */
/* __ARM_ARCH_8M_MAIN__ not applicable */

/* CMSIS compiler control DSP macros */
#if ((defined (__ARM_ARCH_7EM__) && (__ARM_ARCH_7EM__ == 1)) )
#define __ARM_FEATURE_DSP 1
#endif

/* CMSIS compiler specific defines */
#ifndef __ASM
Expand Down
Loading

0 comments on commit c7c02fc

Please sign in to comment.