ODeV framework
v2
include
sysconfig.h
Go to the documentation of this file.
1
34
#ifndef SYSCONFIG_H_
35
#define SYSCONFIG_H_
36
37
38
// Drivers configuration
39
// *********************
40
41
// file NucleoDriver.c
42
// uncomment the following line to change the drive common parameters
43
//#define NUCLEO_DRV_CFG_IRQ_PRIORITY 13
44
45
// Other hardware configuration
46
// ****************************
47
48
49
// Services configuration
50
// **********************
51
52
// files syslowpower.h, SysDefPowerModeHelper.c
53
#define SYS_CFG_USE_DEFAULT_PM_HELPER 1
54
#define SYS_CFG_DEF_PM_HELPER_STANDBY 0
55
56
57
// Tasks configuration
58
// *******************
59
60
// file IManagedTask.h
61
#define MT_ALLOWED_ERROR_COUNT 0x2
62
63
// file sysinit.c
64
#define INIT_TASK_CFG_ENABLE_BOOT_IF 0
65
66
// file HelloWorldTask.c
67
// uncomment the following lines to change the task common parameters
68
//#define HW_TASK_CFG_STACK_DEPTH 120
69
//#define HW_TASK_CFG_PRIORITY (tskIDLE_PRIORITY+1)
70
71
// file PushButtonTask.c
72
// uncomment the following lines to change the task common parameters
73
//#define PB_TASK_CFG_STACK_DEPTH 120
74
//#define PB_TASK_CFG_PRIORITY (tskIDLE_PRIORITY+2)
75
76
77
#endif
/* SYSCONFIG_H_ */
Generated by
1.8.14