-
Notifications
You must be signed in to change notification settings - Fork 16
/
metadata.json
402 lines (402 loc) · 20.1 KB
/
metadata.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
{
"metadata": [
{
"title": "Real-time Operating Systems Education Kit",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "EdKit",
"format": ["ppt", "doc", "zip code files"],
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Design and program real-time operating systems on Arm-based platforms and use them to improve their application performance",
"language": ["C", "C++"],
"source":"",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": ""
},
{
"title": "Introduction to Real-time Operating Systems, Module 1",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "An introduction to Operating Systems and Real-time Operating Systems.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module01_Introduction/Lecture01_Introduction.pptx"
},
{
"title": "Getting Started with Keil MDK, Module 1, Getting Started",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Getting started with Keil MDK. KEIL µVision5 is a widely-used IDE particularly in the embedded software region. It has full support for the STM32F4 Discovery Board and is really easy-to-use",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module01_Introduction/Lab00_GettingStarted.docx"
},
{
"title": "Operating Systems Overview, Module 2",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Look at the different OS components, including: Process management, memory management, file system management, I/O management, networking, security and graphical user interface management.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module02_OSOverview/Lecture02_OSOverview.pptx"
},
{
"title": "Process, Tasks and Threads, Module 3",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Covers the following topics: What a process is, basic view of memory layout, how switching between processes is achieved, some examples from Linux and RTX, how to terminate a process, the concepts of context switching and various states of process. ",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module03_ProcessTaskAndThread/Lecture03_ProcessTaskAndThread.pptx"
},
{
"title": "Processing Text in Assembly Language, Module 3, Lab 1",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this exercise you will execute assembly code on your board using the debugger in order to examine its execution at the processor level. This lab aims to get you familiar with the development environment and understand how the hardware “plumbing” is hard.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module03_ProcessTaskAndThread/Lab01_OSAssembly/Lab01_OSAssembly.docx"
},
{
"title": "RTX Basics, Module 3, Lab 2",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this lab you will configure the RTX and create and destroy some tasks using the RTX RTOS. You are expected to walk through how the OS performs task creation, termination and switching operations.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module03_ProcessTaskAndThread/Lab02_RTXBasics/Lab02_RTXBasics.docx"
},
{
"title": "Scheduling, Module 4",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module, we will cover the various levels of scheduling of tasks, scheduling algorithms which can be non-pre-emptive or pre-emptive. We will also describe Quantum size of task, priority of task and how to evaluate performance. Next, we will concentrate on Real Time Scheduling and aperiodic Real time scheduling.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module04_Scheduling/Lecture04_Scheduling.pptx"
},
{
"title": "Concurrency, Module 5",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module we will learn about concurrency scheduling, multiprocessing environment, read-write by multiple CPU, mutual exclusion by hardware and software mutex, Example: Dekker’s algorithm, use of semaphore, message passing and mail box communication, and about deadlock.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module05_Concurrency/Lecture05_Concurrency.pptx"
},
{
"title": "Implementing Mutex, Module 5, Lab 3",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this exercise, a simulated environment based on the RTX RTOS is created. From here you will explore some of the concepts and algorithms introduced during the lectures. ",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module05_Concurrency/Lab03_ImplementingMutex/Lab03_ImplementingMutex.docx"
},
{
"title": "Memory, Module 6",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module we will learn about the details of the memory hierarchy, cache memory, paging, segmentation etc.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module06_Memory/Lecture06_Memory.pptx"
},
{
"title": "Virtual Memory, Module 7",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module, we learn about virtual memory, paging, and replacing.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module07_VirtualMemory/Lecture07_VirtualMemory.pptx"
},
{
"title": "File System and IO, Module 8",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module, we will learn about: file systems and IO",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module08_FileSystemAndIO/Lecture08_FileSystemAndIO.pptx"
},
{
"title": "RTOS and RTX, Module 9",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module, we will learn about: Why do we need an RTOS, RTX, and CMSIS.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module09_RTOSandRTX/Lecture09_RTOSandRTX.pptx"
},
{
"title": "RTX Task and Simple Time Management, Module 10",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "pptx",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module we will look at RTX Scheduling and Advanced Scheduling algorithms like EDF, RM.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module10_RTXTaskAndSimpleTimeManagement.pptx/Lecture10_RTXTaskAndSimpleTimeManagement.pptx"
},
{
"title": "Evaluating Schedular Responsiveness, Module 10, Lab 4",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this lab you will evaluate how changing the scheduling approach (prioritisation and pre-emption) affects how quickly a multithreaded program responds to an input event.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module10_RTXTask/Lab04_EvaluatingSchedularResponsiveness/Lab04_EvaluatingSchedularResponsiveness.docx"
},
{
"title": "Sharing Data on RTX, Module 11",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module, we look further into the capabilities of RTX, with a focus on data sharing.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module11_SharingDataOnRTX.pptx/Lecture11_SharingDataOnRTX.pptx"
},
{
"title": "Producer and Consumer, Module 11, Lab 5",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this exercise, you will focus on the producer-consumer problem. You may want to use some primitives of the RTX in order to solve the problem. There may be many possible solutions and you are expected to evaluate their advantages and disadvantages.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module11_SharingDataOnRTX/Lab05_ProducerAndConsumer/Lab05_ProducerAndConsumer.docx"
},
{
"title": "Performance Evaluation and OS Aware Debugging, Module 12",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "In this module we learn about performance evaluation and debugging a program created to run on the microcontroller with an operating system.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module12_PerformanceEvaluationAndOSAwareDebugging.pptx/Lecture12_PerformanceEvaluationAndOSAwareDebugging.pptx"
},
{
"title": "OS Debugging, Module 12, Lab 6",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lab",
"format": "doc",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Tuning a program to a good, if not optimal, state is a time-consuming task. In this lab, you are expected to improve the performance of the provided project. You will first be introduced to how to evaluate the performance of the provided project with various debugging tools and techniques. By doing so, you will notice performance or, in some cases, even functional bugs.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module12_SharingDataOnRTX/Lab06_OSDebugging/Lab06_OSDebugging.docx"
},
{
"title": "Appending, Module 13",
"subject": ["arm", "rtos", "stm32f4-discovery", "real-time-operating-system", "keil-mdk"],
"type": "Lecture",
"format": "ppt",
"creator": "",
"publisher": "Arm Education",
"created": "2014",
"description": "Look at alternate connectivity options relevant to IoT, focusing on wireless local area networking and low-power wide area networking technologies.",
"language": ["C", "C++"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "ST-DiscoveryF4/Contents/Module13_Appendix/References.docx"
}
]
}