Skip to content

Commit 7368758

Browse files
tiennguyenzgkartben
authored andcommitted
soc: renesas: rz: Update Renesas RZ/V2N, RZ/V2L according to RZ/V2H
Porting gp_renesas_isr_context variable used in FSP interrupt source to unify with RZ/V2H and prevent build error since they share the same hal_renesas source code. Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
1 parent 7d21bdf commit 7368758

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

soc/renesas/rz/rzv2l/soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/* System core clock is set to 200 MHz after reset */
1616
uint32_t SystemCoreClock = 200000000;
17+
void *gp_renesas_isr_context[BSP_ICU_VECTOR_MAX_ENTRIES];
1718

1819
void soc_early_init_hook(void)
1920
{

soc/renesas/rz/rzv2n/soc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/* System core clock is set to 200 MHz after reset */
1616
uint32_t SystemCoreClock = 200000000;
17+
void *gp_renesas_isr_context[BSP_ICU_VECTOR_MAX_ENTRIES];
1718

1819
void soc_early_init_hook(void)
1920
{

0 commit comments

Comments
 (0)