Skip to content

Commit

Permalink
SoC/evalsoc: Add more TODO comments for IAR startup code
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 20, 2023
1 parent 9701bae commit 5082bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SoC/evalsoc/Common/Source/IAR/startup_evalsoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 5082bb3

Please sign in to comment.