Commit c8424b7
File tree
Expand file treeCollapse file tree
9 files changed
+73
-8
lines changedFilter options
- portable
- CMSIS_RTOS
- CMSIS_RTOS_V2
- src
Expand file treeCollapse file tree
9 files changed
+73
-8
lines changedsrc/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c renamed to portable/CMSIS_RTOS/cmsis_os.c
Copy file name to clipboardFile renamed without changes.
src/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h renamed to portable/CMSIS_RTOS/cmsis_os.h
Copy file name to clipboardFile renamed without changes.
src/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h renamed to portable/CMSIS_RTOS_V2/cmsis_os.h
Copy file name to clipboardFile renamed without changes.
src/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os1.c renamed to portable/CMSIS_RTOS_V2/cmsis_os1.c
Copy file name to clipboardFile renamed without changes.
src/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c renamed to portable/CMSIS_RTOS_V2/cmsis_os2.c
Copy file name to clipboardExpand all lines: portable/CMSIS_RTOS_V2/cmsis_os2.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| 121 | + |
| 122 | + |
121 | 123 |
|
122 | 124 |
|
123 | 125 |
|
| ||
128 | 130 |
|
129 | 131 |
|
130 | 132 |
|
| 133 | + |
131 | 134 |
|
132 | 135 |
|
133 | 136 |
|
|
src/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h renamed to portable/CMSIS_RTOS_V2/cmsis_os2.h
Copy file name to clipboardFile renamed without changes.
src/FreeRTOSConfig_Default.h
Copy file name to clipboardExpand all lines: src/FreeRTOSConfig_Default.h+49-7Lines changed: 49 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
51 | 55 |
|
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
58 | 87 |
|
59 | 88 |
|
60 | 89 |
|
61 | 90 |
|
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 | 91 |
|
| 92 | + |
68 | 93 |
|
69 | 94 |
|
70 | 95 |
|
71 | 96 |
|
72 | 97 |
|
73 | 98 |
|
74 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
75 | 108 |
|
76 | 109 |
|
77 | 110 |
|
| ||
154 | 187 |
|
155 | 188 |
|
156 | 189 |
|
157 |
| - |
158 |
| - |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
159 | 198 |
|
| 199 | + |
| 200 | + |
| 201 | + |
160 | 202 |
|
161 | 203 |
|
162 | 204 |
|
src/cmsis_os.c
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
10 | 16 |
|
11 | 17 |
|
0 commit comments