File tree Expand file tree Collapse file tree 8 files changed +15
-1
lines changed
zephyr/ra/ra_cfg/fsp_cfg/bsp Expand file tree Collapse file tree 8 files changed +15
-1
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 (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 (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
11
13
#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_ */
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 (176)
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_FAMILY_CFG_H_
8
8
#define BSP_MCU_FAMILY_CFG_H_
9
+ #include "bsp_mcu_device_pn_cfg.h"
9
10
#include "bsp_mcu_device_cfg.h"
10
- #include "bsp_mcu_info.h"
11
11
#include "bsp_clock_cfg.h"
12
12
#include "bsp_mcu_info.h"
13
13
#define BSP_MCU_GROUP_RA6M3 (1)
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_ */
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 (176)
10
12
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
You can’t perform that action at this time.
0 commit comments