File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8p1 Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -171,3 +171,7 @@ Patch List:
171
171
* Copy `BSP_ASSIGN_EVENT_TO_CURRENT_CORE` from bsp_irq.c to bsp_irq.h to let it can be used in Zephyr driver
172
172
Impacted files:
173
173
zephyr/ra/portable/bsp_irq.h
174
+
175
+ * Define `BSP_PARTITION_FLASH_CPU1_S_START` in bsp_cfg.h
176
+ Impacted files:
177
+ zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8p1/bsp_cfg.h
Original file line number Diff line number Diff line change 40
40
SUBCLOCK_STABILIZATION_MAX((DT_PROP_OR(DT_NODELABEL(subclk), stabilization_time, 1000)))
41
41
#endif
42
42
43
+ #ifdef CONFIG_SOC_RA_ENABLE_START_SECOND_CORE
44
+ #define BSP_PARTITION_FLASH_CPU1_S_START DT_REG_ADDR(DT_NODELABEL(flash1))
45
+ #endif /* CONFIG_SOC_RA_ENABLE_START_SECOND_CORE */
46
+
43
47
#endif /* BSP_CFG_H_ */
You can’t perform that action at this time.
0 commit comments