File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
zephyr/ra/ra_cfg/fsp_cfg/bsp Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
8
8
#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))
9
11
#define BSP_PACKAGE_PINS (64)
10
12
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
Original file line number Diff line number Diff line change 6
6
7
7
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
8
8
#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))
9
11
#define BSP_PACKAGE_PINS (100)
10
12
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
Original file line number Diff line number Diff line change 6
6
7
7
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
8
8
#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))
9
11
#define BSP_PACKAGE_PINS (144)
10
12
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
You can’t perform that action at this time.
0 commit comments