From 5082bb32e75e1348e9a0e6067de6ce57c9b131af Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Fri, 20 Oct 2023 16:12:27 +0800 Subject: [PATCH] SoC/evalsoc: Add more TODO comments for IAR startup code Signed-off-by: Huaqi Fang <578567190@qq.com> --- SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c b/SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c index 91e07539..39144a11 100644 --- a/SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c +++ b/SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c @@ -32,7 +32,7 @@ extern __weak void eclic_mtip_handler(void); extern void default_intexc_handler(void); /* - * Uncomment it if your vector table is placed in readonly section, + * TODO: Uncomment it if your vector table is placed in readonly section, * and you have defined .mintvec_rw section in a writable section in iar * linker icf file * In this implementation, when use with iar_evalsoc_flashxip.icf, you can @@ -173,6 +173,7 @@ extern void early_exc_entry(void); extern void IAR_DATA_INIT(void); +// TODO: Currently only single core is supported int __low_level_init(void) { __disable_interrupt();