Skip to content

Commit 9a78756

Browse files
author
Deepika
committed
M2351: Update code to support IAR 8.x builds
1 parent 0bd2e1b commit 9a78756

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,6 @@ extern void SystemInit(void);
130130
extern void SystemCoreClockUpdate(void);
131131

132132

133-
134-
135-
#if defined (__ICCARM__)
136-
uint32_t __TZ_get_PSP_NS(void);
137-
void __TZ_set_PSP_NS(uint32_t topOfProcStack);
138-
int32_t __TZ_get_MSP_NS(void);
139-
void __TZ_set_MSP_NS(uint32_t topOfMainStack);
140-
uint32_t __TZ_get_PRIMASK_NS(void);
141-
void __TZ_set_PRIMASK_NS(uint32_t priMask);
142-
#endif
143-
144-
145-
146133
#ifdef __cplusplus
147134
}
148135
#endif

tools/export/iar/iar_definitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,5 +341,8 @@
341341
"GBECoreSlave": 39,
342342
"FPU2": 6,
343343
"GFPUCoreSlave2": 39
344+
},
345+
"M2351KIAAEES": {
346+
"OGChipSelectEditMenu": "M2351\tNuvoton M2351"
344347
}
345348
}

0 commit comments

Comments
 (0)