mirror of https://github.com/ARMmbed/mbed-os.git
M2351: Update code to support IAR 8.x builds
parent
f760f72757
commit
80f6b0e002
|
@ -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
|
||||||
|
|
|
@ -341,5 +341,8 @@
|
||||||
"GBECoreSlave": 39,
|
"GBECoreSlave": 39,
|
||||||
"FPU2": 6,
|
"FPU2": 6,
|
||||||
"GFPUCoreSlave2": 39
|
"GFPUCoreSlave2": 39
|
||||||
|
},
|
||||||
|
"M2351KIAAEES": {
|
||||||
|
"OGChipSelectEditMenu": "M2351 series\tNuvoton M2351 series"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue