Skip to content

Commit 92816a7

Browse files
authored
V3.2.0
1 parent 155d71d commit 92816a7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

NimaLTD.I-CUBE-EE24_conf.h

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,23 @@
3434
#define EE24_256KBIT 256
3535
#define EE24_512KBIT 512
3636

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
4041

4142
/**
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
4445
*/
4546
/*---------- EE24_SIZE -----------*/
46-
#define EE24_SIZE EE24_8KBIT
47+
#define EE24_SIZE EE24_1KBIT
4748

48-
/*---------- EE24_CMSIS_RTOS -----------*/
49-
#define EE24_CMSIS_RTOS EE24_CMSIS_RTOS_DISABLE
49+
/*---------- EE24_RTOS -----------*/
50+
#define EE24_RTOS EE24_RTOS_DISABLE
5051

5152
/*---------- EE24_USE_WP_PIN -----------*/
52-
#define EE24_USE_WP_PIN true
53+
#define EE24_USE_WP_PIN false
5354

5455
#ifdef __cplusplus
5556
}

0 commit comments

Comments
 (0)