-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
67 lines (51 loc) · 2.63 KB
/
.gitmodules
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
[submodule "CAOS"]
path = CAOS
url = https://baltig.polito.it/teaching-material/CAOS.git
[submodule "FreeRTOS"]
path = FreeRTOS
url = https://github.com/FreeRTOS/FreeRTOS.git
[submodule "Laboratories/Lab1 - Setup"]
path = Laboratories/Lab1 - Setup
url = https://baltig.polito.it/teaching-material/labs-caos-and-os/lab-1-setup.git
[submodule "Laboratories/Lab2 - baremetal"]
path = Laboratories/Lab2 - baremetal
url = https://baltig.polito.it/teaching-material/labs-caos-and-os/lab2-baremetal.git
[submodule "Laboratories/Lab3 - FreeRTOS"]
path = Laboratories/Lab3 - FreeRTOS
url = https://baltig.polito.it/teaching-material/labs-caos-and-os/lab3-freertos.git
[submodule "Laboratories/Lab4 - Synch"]
path = Laboratories/Lab4 - Synch
url = https://baltig.polito.it/teaching-material/labs-caos-and-os/lab4-synch.git
[submodule "Laboratories/Lab5 - Peripherals"]
path = Laboratories/Lab5 - Peripherals
url = https://baltig.polito.it/teaching-material/labs-caos-and-os/lab5-peripherals.git
[submodule "Exercises/ARM Bare Metal"]
path = Exercises/ARM Bare Metal
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/arm-bare-metal.git
[submodule "Exercises/CrossCompilation"]
path = Exercises/CrossCompilation
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/crosscompilation.git
[submodule "Exercises/FreeRTOS_HelloWorld"]
path = Exercises/FreeRTOS_HelloWorld
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/freertos_helloworld.git
[submodule "Exercises/MyFirstOS"]
path = Exercises/MyFirstOS
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/myfirstos.git
[submodule "Exercises/Process Scheduling"]
path = Exercises/Process Scheduling
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/process-scheduling.git
[submodule "Exercises/MySpinLockARM"]
path = Exercises/MySpinLockARM
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/myspinlockarm.git
[submodule "Exercises/Timers"]
path = Exercises/Timers
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/timers.git
[submodule "Exercises/FreeRTOS_sampleapp"]
path = Exercises/FreeRTOS_sampleapp
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/FreeRTOSsampleapp.git
[submodule "Exercises/Interrupts"]
path = Exercises/Interrupts
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/interrupts.git
[submodule "Exercises/Synchronization and intertask communications"]
path = Exercises/Synchronization and intertask communications
url = https://baltig.polito.it/teaching-material/exercises-caos-and-os/test_vahid.git