Skip to content

Commit

Permalink
hal: renesas: ra: Add feature set for can-fd RA6, RA4
Browse files Browse the repository at this point in the history
Add define BSP_MCU_FEATURE_SET to support can-fd for RA6E2, RA4E2

Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
  • Loading branch information
khoa-nguyen-18 authored and KhiemNguyenT committed Nov 25, 2024
1 parent 797e280 commit d6e3f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4e2/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
#define BSP_PACKAGE_PINS (64)
#define BSP_MCU_FEATURE_SET 'B'
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
1 change: 1 addition & 0 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6e2/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
#define BSP_PACKAGE_PINS (64)
#define BSP_MCU_FEATURE_SET 'B'
#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */

0 comments on commit d6e3f41

Please sign in to comment.