Skip to content

Commit

Permalink
feat(CMSIS): Add CMSIS 6.0 support to MAX32657 (#1180)
Browse files Browse the repository at this point in the history
Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
  • Loading branch information
ozersa authored Sep 23, 2024
1 parent 320ba66 commit cc12853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Libraries/CMSIS/Device/Maxim/MAX32657/Include/max32657.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,12 @@ typedef enum {
#define __Vendor_SysTickConfig 0U /**< Is 1 if different SysTick counter is used */

#include <core_cm33.h>
#if (__CM_CMSIS_VERSION == 0x60000)
/* If CMSIS version 6.0 use cmsis_gcc_m.h */
#include <cmsis_gcc_m.h>
#else
#include <cmsis_gcc.h>
#endif
#include <arm_cmse.h>

#if defined(__GNUC__)
Expand Down

0 comments on commit cc12853

Please sign in to comment.