xref: /btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy_cfg/ssp_cfg/bsp/bsp_cfg.h (revision 3b5c872a8c45689e8cc17891f01530f5aa5e911c)
1 /* generated configuration header file - do not edit */
2 #ifndef BSP_CFG_H_
3 #define BSP_CFG_H_
4 #include "bsp_clock_cfg.h"
5 #include "bsp_mcu_family_cfg.h"
6 #include "bsp_board_cfg.h"
7 #define SYNERGY_NOT_DEFINED 0
8 #if (SYNERGY_NOT_DEFINED) == (SYNERGY_NOT_DEFINED)
9 #define BSP_CFG_RTOS (0)
10 #else
11 #define BSP_CFG_RTOS (1)
12 #endif
13 #undef SYNERGY_NOT_DEFINED
14 #define BSP_CFG_MCU_VCC_MV (3300)
15 #define BSP_CFG_MCU_AVCC0_MV (3300)
16 #define BSP_CFG_STACK_MAIN_BYTES (0x1000)
17 #define BSP_CFG_STACK_PROCESS_BYTES (0)
18 #define BSP_CFG_HEAP_BYTES (0x1000)
19 #define BSP_CFG_PARAM_CHECKING_ENABLE (1)
20 #define BSP_CFG_ASSERT (0)
21 #define BSP_CFG_ERROR_LOG (0)
22 
23 /*
24  ID Code
25  Note: To permanently lock and disable the debug interface define the BSP_ID_CODE_PERMANENTLY_LOCKED in the compiler settings.
26  WARNING: This will disable debug access to the part and cannot be reversed by a debug probe.
27  */
28 #if defined(BSP_ID_CODE_PERMANENTLY_LOCKED)
29 #define BSP_CFG_ID_CODE_LONG_1 (0x00000000)
30 #define BSP_CFG_ID_CODE_LONG_2 (0x00000000)
31 #define BSP_CFG_ID_CODE_LONG_3 (0x00000000)
32 #define BSP_CFG_ID_CODE_LONG_4 (0x00000000)
33 #else
34 /* ID CODE: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF */
35 #define BSP_CFG_ID_CODE_LONG_1 (0xFFFFFFFF)
36 #define BSP_CFG_ID_CODE_LONG_2 (0xFFFFFFFF)
37 #define BSP_CFG_ID_CODE_LONG_3 (0xFFFFFFFF)
38 #define BSP_CFG_ID_CODE_LONG_4 (0xffFFFFFF)
39 #endif
40 #endif /* BSP_CFG_H_ */
41