Skip to content

Commit 391f7cb

Browse files
fabiobaltierivaishnavachath
authored andcommitted
simplelink_lpf3: drop the local cmsis copy, use cmsis_6 registers
Looks like the cc23x0r5 hal came with a full copy of cmsis 5. Upstream moved to cmsis 6, drop this copy and fix up few other files to use the new register names. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent cac5fd6 commit 391f7cb

File tree

11 files changed

+7
-4564
lines changed

11 files changed

+7
-4564
lines changed

simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/cc23x0r5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ typedef enum IRQn
4747
#define __VTOR_PRESENT 0x0001U /* VTOR present */
4848
#define __NVIC_PRIO_BITS 0x0002U /* 2 NVIC priority bits */
4949

50-
#include "core/core_cm0plus.h"
50+
#include <core_cm0plus.h>
5151

5252
#endif // #ifndef __CC23X0R5_H__

simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/cmsis_compiler.h

Lines changed: 0 additions & 282 deletions
This file was deleted.

0 commit comments

Comments
 (0)