Commit 8e8ada4
committed
Refactor examples for handling many boards
The current way examples are done in the repository and
shipped in the SDK does not make sense when you have many
boards in my opinion so this restructure moves examples that
are not specific to any particular platform (e.g hello world)
to be generic to every platform supported by Microkit.
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>1 parent 9bc4568 commit 8e8ada4
File tree
57 files changed
+150
-805
lines changed- docs
- example
- ethernet
- hello
- hierarchy
- imx8mp_evk
- hello
- imx8mq_evk/hello
- imx8mq_evk/hello
- maaxboard/hello
- odroidc2/hello
- passive_server
- qemu_virt_aarch64
- hello
- hierarchy
- qemu_virt_riscv64/hello
- rockpro64/hello
- star64/hello
- timer
- zcu102/hello
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+150
-805
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 98 | | |
103 | 99 | | |
104 | 100 | | |
| |||
113 | 109 | | |
114 | 110 | | |
115 | 111 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 112 | | |
120 | 113 | | |
121 | 114 | | |
| |||
129 | 122 | | |
130 | 123 | | |
131 | 124 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 125 | | |
136 | 126 | | |
137 | 127 | | |
| |||
145 | 135 | | |
146 | 136 | | |
147 | 137 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 138 | | |
152 | 139 | | |
153 | 140 | | |
| |||
161 | 148 | | |
162 | 149 | | |
163 | 150 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 151 | | |
168 | 152 | | |
169 | 153 | | |
| |||
177 | 161 | | |
178 | 162 | | |
179 | 163 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 164 | | |
184 | 165 | | |
185 | 166 | | |
| |||
193 | 174 | | |
194 | 175 | | |
195 | 176 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 177 | | |
200 | 178 | | |
201 | 179 | | |
| |||
209 | 187 | | |
210 | 188 | | |
211 | 189 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 190 | | |
216 | 191 | | |
217 | 192 | | |
| |||
228 | 203 | | |
229 | 204 | | |
230 | 205 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 206 | | |
236 | 207 | | |
237 | 208 | | |
| |||
245 | 216 | | |
246 | 217 | | |
247 | 218 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | 219 | | |
252 | 220 | | |
253 | 221 | | |
| |||
261 | 229 | | |
262 | 230 | | |
263 | 231 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | 232 | | |
268 | 233 | | |
269 | 234 | | |
| |||
276 | 241 | | |
277 | 242 | | |
278 | 243 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | 244 | | |
283 | 245 | | |
284 | 246 | | |
| |||
310 | 272 | | |
311 | 273 | | |
312 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
313 | 284 | | |
314 | 285 | | |
315 | 286 | | |
| |||
681 | 652 | | |
682 | 653 | | |
683 | 654 | | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
697 | 669 | | |
698 | 670 | | |
699 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments