1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef BSP_MCU_FAMILY_CFG_H_ 8 #define BSP_MCU_FAMILY_CFG_H_ 9 #include "bsp_mcu_device_pn_cfg.h" 10 #include "bsp_mcu_device_cfg.h" 11 #include "bsp_mcu_device_memory_cfg.h" 12 #include "bsp_mcu_info.h" 13 #include "bsp_clock_cfg.h" 14 #define BSP_API_OVERRIDE "bsp_override.h" 15 #define BSP_MCU_GROUP_RZN2L (1) 16 #define BSP_LOCO_HZ (240000) 17 #define BSP_GLOBAL_SYSTEM_COUNTER_CLOCK_HZ (25000000) 18 #define BSP_CORTEX_VECTOR_TABLE_ENTRIES (32) 19 #define BSP_VECTOR_TABLE_MAX_ENTRIES (448) 20 #endif /* BSP_MCU_FAMILY_CFG_H_ */ 21