M2351: Update code to support IAR 8.x builds

pull/9431/head
Deepika 2019-01-08 14:38:22 -06:00
parent f760f72757
commit 80f6b0e002
2 changed files with 3 additions and 13 deletions

View File

@ -130,19 +130,6 @@ extern void SystemInit(void);
extern void SystemCoreClockUpdate(void); extern void SystemCoreClockUpdate(void);
#if defined (__ICCARM__)
uint32_t __TZ_get_PSP_NS(void);
void __TZ_set_PSP_NS(uint32_t topOfProcStack);
int32_t __TZ_get_MSP_NS(void);
void __TZ_set_MSP_NS(uint32_t topOfMainStack);
uint32_t __TZ_get_PRIMASK_NS(void);
void __TZ_set_PRIMASK_NS(uint32_t priMask);
#endif
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -341,5 +341,8 @@
"GBECoreSlave": 39, "GBECoreSlave": 39,
"FPU2": 6, "FPU2": 6,
"GFPUCoreSlave2": 39 "GFPUCoreSlave2": 39
},
"M2351KIAAEES": {
"OGChipSelectEditMenu": "M2351 series\tNuvoton M2351 series"
} }
} }