Skip to content

Commit d6e3f41

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: Add feature set for can-fd RA6, RA4
Add define BSP_MCU_FEATURE_SET to support can-fd for RA6E2, RA4E2 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 797e280 commit d6e3f41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
1010
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
1111
#define BSP_PACKAGE_PINS (64)
12+
#define BSP_MCU_FEATURE_SET 'B'
1213
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
1010
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
1111
#define BSP_PACKAGE_PINS (64)
12+
#define BSP_MCU_FEATURE_SET 'B'
1213
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

0 commit comments

Comments
 (0)