Skip to content

Commit 6c98869

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

File tree

8 files changed

+15
-1
lines changed

8 files changed

+15
-1
lines changed

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6e1/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/ra6e2/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/ra6m1/bsp_mcu_device_pn_cfg.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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

1113
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m2/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_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m3/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 (176)
1012
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m3/bsp_mcu_family_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
#ifndef BSP_MCU_FAMILY_CFG_H_
88
#define BSP_MCU_FAMILY_CFG_H_
9+
#include "bsp_mcu_device_pn_cfg.h"
910
#include "bsp_mcu_device_cfg.h"
10-
#include "bsp_mcu_info.h"
1111
#include "bsp_clock_cfg.h"
1212
#include "bsp_mcu_info.h"
1313
#define BSP_MCU_GROUP_RA6M3 (1)

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m4/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_ */

zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m5/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 (176)
1012
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

0 commit comments

Comments
 (0)