File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 34
34
#define EE24_256KBIT 256
35
35
#define EE24_512KBIT 512
36
36
37
- #define EE24_CMSIS_RTOS_DISABLE 0
38
- #define EE24_CMSIS_RTOS_V1 1
39
- #define EE24_CMSIS_RTOS_V2 2
37
+ #define EE24_RTOS_DISABLE 0
38
+ #define EE24_RTOS_CMSIS_V1 1
39
+ #define EE24_RTOS_CMSIS_V2 2
40
+ #define EE24_RTOS_THREADX 3
40
41
41
42
/**
42
- MiddleWare name : NimaLTD.I-CUBE-EE24.3.1 .0
43
- MiddleWare fileName : NimaLTD.I-CUBE-EE24_conf.h
43
+ MiddleWare name : NimaLTD.I-CUBE-EE24.3.2 .0
44
+ MiddleWare fileName : ./ NimaLTD.I-CUBE-EE24_conf.h
44
45
*/
45
46
/*---------- EE24_SIZE -----------*/
46
- #define EE24_SIZE EE24_8KBIT
47
+ #define EE24_SIZE EE24_1KBIT
47
48
48
- /*---------- EE24_CMSIS_RTOS -----------*/
49
- #define EE24_CMSIS_RTOS EE24_CMSIS_RTOS_DISABLE
49
+ /*---------- EE24_RTOS -----------*/
50
+ #define EE24_RTOS EE24_RTOS_DISABLE
50
51
51
52
/*---------- EE24_USE_WP_PIN -----------*/
52
- #define EE24_USE_WP_PIN true
53
+ #define EE24_USE_WP_PIN false
53
54
54
55
#ifdef __cplusplus
55
56
}
You can’t perform that action at this time.
0 commit comments