1 /* generated configuration header file - do not edit */ 2 #ifndef BSP_CFG_H_ 3 #define BSP_CFG_H_ 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 #include "bsp_clock_cfg.h" 9 #include "bsp_mcu_family_cfg.h" 10 #include "board_cfg.h" 11 #define RA_NOT_DEFINED 0 12 #ifndef BSP_CFG_RTOS 13 #if (RA_NOT_DEFINED) != (RA_NOT_DEFINED) 14 #define BSP_CFG_RTOS (2) 15 #elif (RA_NOT_DEFINED) != (RA_NOT_DEFINED) 16 #define BSP_CFG_RTOS (1) 17 #else 18 #define BSP_CFG_RTOS (0) 19 #endif 20 #endif 21 #undef RA_NOT_DEFINED 22 #if defined(_RA_BOOT_IMAGE) 23 #define BSP_CFG_BOOT_IMAGE (1) 24 #endif 25 #define BSP_CFG_MCU_VCC_MV (3300) 26 #define BSP_CFG_STACK_MAIN_BYTES (0x1000) 27 #define BSP_CFG_HEAP_BYTES (0x800) 28 #define BSP_CFG_PARAM_CHECKING_ENABLE (0) 29 #define BSP_CFG_ASSERT (0) 30 #define BSP_CFG_ERROR_LOG (0) 31 32 #define BSP_CFG_PFS_PROTECT ((1)) 33 34 #define BSP_CFG_C_RUNTIME_INIT ((1)) 35 #define BSP_CFG_EARLY_INIT ((0)) 36 37 #define BSP_CFG_SOFT_RESET_SUPPORTED ((0)) // DEPRECATED, replace with BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET 38 #define BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET ((0)) 39 40 #ifndef BSP_CLOCK_CFG_MAIN_OSC_POPULATED 41 #define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (1) 42 #endif 43 44 #ifndef BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE 45 #define BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE (0) 46 #endif 47 #ifndef BSP_CLOCK_CFG_SUBCLOCK_DRIVE 48 #define BSP_CLOCK_CFG_SUBCLOCK_DRIVE (0) 49 #endif 50 #ifndef BSP_CLOCK_CFG_SUBCLOCK_POPULATED 51 #define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (1) 52 #endif 53 #ifndef BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 54 #define BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 1000 55 #endif 56 57 #ifdef __cplusplus 58 } 59 #endif 60 #endif /* BSP_CFG_H_ */ 61