Skip to content

Commit 797e280

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: Add support flash hp for RA4
Add support Flash hp for RA4 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 6c98869 commit 797e280

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4e2/bsp_mcu_device_pn_cfg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
88
#define BSP_MCU_DEVICE_PN_CFG_H_
9+
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
10+
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
911
#define BSP_PACKAGE_PINS (64)
1012
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4m2/bsp_mcu_device_pn_cfg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
88
#define BSP_MCU_DEVICE_PN_CFG_H_
9+
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
10+
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
911
#define BSP_PACKAGE_PINS (100)
1012
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4m3/bsp_mcu_device_pn_cfg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
88
#define BSP_MCU_DEVICE_PN_CFG_H_
9+
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
10+
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
911
#define BSP_PACKAGE_PINS (144)
1012
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

0 commit comments

Comments
 (0)