-
Notifications
You must be signed in to change notification settings - Fork 11
/
ReleaseNotes_uCOS2.txt
83 lines (55 loc) · 1.97 KB
/
ReleaseNotes_uCOS2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
******************************************************
uC/OS2 Release Notes
******************************************************
******************************************************
VERSION 1.06
NEW FEATURES
- Context switching now accounts for the new rabbit
4000 registers.
BUG FIXES
OTHER FUNCTIONAL CHANGES
******************************************************
******************************************************
VERSION 1.05
NEW FEATURES
- Added _UCOS2_VERS #define to UCOS2.lib.
BUG FIXES
OTHER FUNCTIONAL CHANGES
******************************************************
******************************************************
VERSION 1.04
NEW FEATURES
BUG FIXES
OTHER FUNCTIONAL CHANGES
- Added changes for RabbitSys compatibility.
******************************************************
******************************************************
VERSION 1.03
NEW FEATURES
BUG FIXES
- Defect 81010 fixed. In UCOS2.LIB, corrected typo in
unused redundant function prototype for OSSchedLock().
- Defect 81011 fixed. In UCOS2.LIB, corrected #error
message if missing OS_FLAG_QUERY_EN macro definition.
- Defect 81012 fixed. In OS_Q.C, corrected mismatched
(void **) type's assignment to (void *) type in
OSQQuery() function.
- Defect #80929 fixed. Single stepping over an lcall to
a debuggable pure assembly function with the assembly
window open no longer causes stack corruption.
OTHER FUNCTIONAL CHANGES
******************************************************
******************************************************
VERSION 1.02
NEW FEATURES
BUG FIXES
-Defect 80969 fixed. Dkucosentry.lib has now been
updated with full functionality.
OTHER FUNCTIONAL CHANGES
******************************************************
******************************************************
VERSION 1.01
NEW FEATURES
BUG FIXES
OTHER FUNCTIONAL CHANGES
******************************************************