Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra2a1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,30 @@
*/
#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 ('A')
#define BSP_ROM_SIZE_BYTES (262144)
#define BSP_RAM_SIZE_BYTES (32768)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (32)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (36)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (40)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
28 changes: 25 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra2l1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,30 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (100)

#define BSP_MCU_FEATURE_SET ('A')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (32768)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (80)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_HWQFN
#define BSP_PACKAGE_PINS (48)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
16 changes: 14 additions & 2 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4c1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_

#define BSP_MCU_FEATURE_SET ('B')
#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_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (98304)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
19 changes: 14 additions & 5 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4e1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_ROM_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash0))
#define BSP_DATA_FLASH_SIZE_BYTES DT_REG_SIZE(DT_NODELABEL(flash1))
#if defined(CONFIG_SOC_R7FA4E10D2CFM)

#define BSP_MCU_FEATURE_SET ('0')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (131072)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif defined(CONFIG_SOC_R7FA4E10D2CNE)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#else
#error "Invalid Package type"
#endif
#define BSP_NUMBER_OF_CORES (1)

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
29 changes: 25 additions & 4 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 @@ -6,9 +6,30 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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'

#define BSP_MCU_FEATURE_SET ('B')
#define BSP_ROM_SIZE_BYTES (131072)
#define BSP_RAM_SIZE_BYTES (40960)
#define BSP_DATA_FLASH_SIZE_BYTES (4096)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (32)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (36)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
33 changes: 30 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4l1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,36 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_

#define BSP_MCU_FEATURE_SET ('B')
#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 (100)
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (65536)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 6)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 7)
#define BSP_PACKAGE_WLCSP
#define BSP_PACKAGE_PINS (72)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
34 changes: 31 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4m1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,36 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (100)

#define BSP_MCU_FEATURE_SET ('A')
#define BSP_ROM_SIZE_BYTES (262144)
#define BSP_RAM_SIZE_BYTES (32768)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_LGA
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 6)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 7)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (40)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
25 changes: 22 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4m2/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,27 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (100)

#define BSP_MCU_FEATURE_SET ('A')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (131072)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_FBGA
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_FBGA
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_FBGA
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (48)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
28 changes: 25 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4m3/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,30 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (144)

#define BSP_MCU_FEATURE_SET ('A')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (131072)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_FBGA
#define BSP_PACKAGE_PINS (144)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_FBGA
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (144)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
11 changes: 8 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4w1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (56)

#define BSP_MCU_FEATURE_SET ('A')
#define BSP_ROM_SIZE_BYTES (524288)
#define BSP_RAM_SIZE_BYTES (98304)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (56)

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
22 changes: 19 additions & 3 deletions zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6e1/bsp_mcu_device_pn_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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 (100)

#define BSP_MCU_FEATURE_SET ('0')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (262144)
#define BSP_DATA_FLASH_SIZE_BYTES (8192)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (100)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
29 changes: 25 additions & 4 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 @@ -6,9 +6,30 @@

#ifndef BSP_MCU_DEVICE_PN_CFG_H_
#define BSP_MCU_DEVICE_PN_CFG_H_
#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'

#define BSP_MCU_FEATURE_SET ('B')
#define BSP_ROM_SIZE_BYTES (CONFIG_RENESAS_PN_ROM_SIZE)
#define BSP_RAM_SIZE_BYTES (40960)
#define BSP_DATA_FLASH_SIZE_BYTES (4096)
#define BSP_NUMBER_OF_CORES (1)

#if (CONFIG_RENESAS_PN_PACKAGE_TYPE == 1)
#define BSP_PACKAGE_LQFP
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 2)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (48)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 3)
#define BSP_PACKAGE_QFN
#define BSP_PACKAGE_PINS (32)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 4)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (64)
#elif (CONFIG_RENESAS_PN_PACKAGE_TYPE == 5)
#define BSP_PACKAGE_BGA
#define BSP_PACKAGE_PINS (36)
#else
#error "Invalid Package type"
#endif

#endif /* BSP_MCU_DEVICE_PN_CFG_H_ */
Loading