forked from Aharoni-Lab/Miniscope-v4-Wire-Free
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
307 lines (306 loc) · 26.8 KB
/
.gitignore
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
MCU Code/MiniscopeUntethered/.vs/MiniscopeUntethered/v14/.atsuo
MCU Code/MiniscopeUntethered/MiniscopeUntethered.atsln
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/makedep.mk
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/Makefile
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.bin
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.eep
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.elf
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.hex
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.lss
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.map
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/MiniscopeUntethered.srec
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/boards/user_board/init.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/boards/user_board/init.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/components/memory/sd_mmc/sd_mmc.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/components/memory/sd_mmc/sd_mmc.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/services/clock/same70/sysclk.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/services/clock/same70/sysclk.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/services/delay/sam/cycle_counter.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/services/delay/sam/cycle_counter.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/utils/interrupt/interrupt_sam_nvic.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/common/utils/interrupt/interrupt_sam_nvic.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/hsmci/hsmci.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/hsmci/hsmci.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/matrix/matrix.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/matrix/matrix.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pmc/pmc.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pmc/pmc.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pmc/sleep.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pmc/sleep.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pwm/pwm.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/pwm/pwm.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/twihs/twihs.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/twihs/twihs.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/wdt/wdt.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/wdt/wdt.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/xdmac/xdmac.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/drivers/xdmac/xdmac.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/cmsis/same70/source/templates/gcc/startup_same70.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/cmsis/same70/source/templates/gcc/startup_same70.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/syscalls/gcc/syscalls.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/ASF/sam/utils/syscalls/gcc/syscalls.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/main.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/main.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/time_tick_sam.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Debug/src/time_tick_sam.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/MiniscopeUntethered.componentinfo.xml
MCU Code/MiniscopeUntethered/MiniscopeUntethered/MiniscopeUntethered.cproj
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/makedep.mk
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/Makefile
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.bin
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.eep
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.elf
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.hex
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.lss
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.map
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.srec
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/MiniscopeUntethered.zip
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/boards/user_board/init.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/boards/user_board/init.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/components/memory/sd_mmc/sd_mmc.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/components/memory/sd_mmc/sd_mmc.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/services/clock/same70/sysclk.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/services/clock/same70/sysclk.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/services/delay/sam/cycle_counter.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/services/delay/sam/cycle_counter.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/utils/interrupt/interrupt_sam_nvic.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/common/utils/interrupt/interrupt_sam_nvic.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/hsmci/hsmci.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/hsmci/hsmci.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/matrix/matrix.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/matrix/matrix.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pmc/pmc.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pmc/pmc.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pmc/sleep.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pmc/sleep.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pwm/pwm.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/pwm/pwm.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/twihs/twihs.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/twihs/twihs.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/wdt/wdt.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/wdt/wdt.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/xdmac/xdmac.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/drivers/xdmac/xdmac.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/cmsis/same70/source/templates/gcc/startup_same70.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/cmsis/same70/source/templates/gcc/startup_same70.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/syscalls/gcc/syscalls.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/ASF/sam/utils/syscalls/gcc/syscalls.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/main.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/main.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/time_tick_sam.d
MCU Code/MiniscopeUntethered/MiniscopeUntethered/Release/src/time_tick_sam.o
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/asf.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/boards/board.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/boards/user_board/init.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/boards/user_board/user_board.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/components/memory/sd_mmc/sd_mmc.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/components/memory/sd_mmc/sd_mmc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/components/memory/sd_mmc/sd_mmc_protocol.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/genclk.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/osc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/pll.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/same70/genclk.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/same70/osc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/same70/pll.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/same70/sysclk.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/same70/sysclk.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/clock/sysclk.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/delay/delay.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/delay/sam/cycle_counter.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/delay/sam/cycle_counter.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/ioport/ioport.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/services/ioport/sam/ioport_pio.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/utils/interrupt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/utils/interrupt/interrupt_sam_nvic.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/utils/interrupt/interrupt_sam_nvic.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/common/utils/parts.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/hsmci/hsmci.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/hsmci/hsmci.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/matrix/matrix.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/matrix/matrix.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pmc/pmc.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pmc/pmc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pmc/sleep.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pmc/sleep.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pwm/pwm.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/pwm/pwm.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/twihs/twihs.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/twihs/twihs.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/wdt/wdt.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/wdt/wdt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/xdmac/xdmac.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/drivers/xdmac/xdmac.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/acc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/aes.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/afec.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/chipid.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/dacc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/efc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/gmac.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/gpbr.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/hsmci.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/icm.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/isi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/matrix.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/mcan.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/pio.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/pmc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/pwm.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/qspi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/rstc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/rswdt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/rtc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/rtt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/sdramc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/smc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/spi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/ssc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/supc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/tc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/trng.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/twihs.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/uart.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/usart.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/usbhs.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/utmi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/wdt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/component/xdmac.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/acc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/aes.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/afec0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/afec1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/chipid.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/dacc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/efc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/gmac.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/gpbr.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/hsmci.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/icm.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/isi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/matrix.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/mcan0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/mcan1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pioa.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/piob.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pioc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/piod.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pioe.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pmc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pwm0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/pwm1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/qspi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/rstc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/rswdt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/rtc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/rtt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/sdramc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/smc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/spi0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/spi1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/ssc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/supc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/tc0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/tc1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/tc2.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/tc3.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/trng.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/twihs0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/twihs1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/twihs2.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/uart0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/uart1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/uart2.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/uart3.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/uart4.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/usart0.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/usart1.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/usart2.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/usbhs.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/utmi.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/wdt.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/instance/xdmac.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70j19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70j20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70j21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70n19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70n20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70n21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70q19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70q20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/pio/same70q21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70j19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70j20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70j21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70n19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70n20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70n21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70q19.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70q20.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/include/same70q21.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/source/templates/gcc/startup_same70.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/cmsis/same70/source/templates/system_same70.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/compiler.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/fpu/fpu.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/header_files/io.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/linker_scripts/same70/same70j21/gcc/flash.ld
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/make/Makefile.sam.in
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/preprocessor/mrepeat.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/preprocessor/preprocessor.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/preprocessor/stringz.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/preprocessor/tpaste.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/status_codes.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/sam/utils/syscalls/gcc/syscalls.c
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/ATMEL-disclaimer.txt
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/CMSIS_END_USER_LICENCE_AGREEMENT.pdf
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/arm_common_tables.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/arm_const_structs.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/arm_math.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/core_cm7.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/core_cmFunc.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/core_cmInstr.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Include/core_cmSimd.h
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Lib/GCC/libarm_cortexM7lfsp_math.a
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Lib/GCC/libarm_cortexM7lfsp_math_softfp.a
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/Lib/license.txt
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/ASF/thirdparty/CMSIS/README.txt
Plug-in PCB/KiCad/SDCard-PCB-top-pos.csv
Plug-in PCB/KiCad/SDCard-PCB-top-pos-NEODEN.csv
Plug-in PCB/KiCad/SDCard-PCB-bottom-pos.csv
Plug-in PCB/KiCad/bom/ibom.html
DAQ Software/SD_vid.avi
DAQ Software/SanDiskUHS3 - output.avi
DAQ Software/output.avi
DAQ Software/KingstonSDC4-output.avi
Plug-in PCB/KiCad/bom/ibom.html
Plug-in PCB/KiCad/bom/ibom.html
*.avi
MCU Code/MiniscopeUntethered/MiniscopeUntethered/src/config/conf_sd_mmc.h
EXB Code/ExpansionBoard/.vs/ExpansionBoard/v14/.atsuo
EXB Code/ExpansionBoard/ExpansionBoard/src/expansion.h
EXB Code/ExpansionBoard/TF Practice.py
KiCad/Wired Expansion Board/KiCad/Connectors.sch
KiCad/Wired Expansion Board/KiCad/Connectors.sch-bak
KiCad/Wired Expansion Board/KiCad/file5CE63DF9.sch
KiCad/Wired Expansion Board/KiCad/file5CE63DF9.sch-bak
KiCad/Wired Expansion Board/KiCad/fp-info-cache
KiCad/Wired Expansion Board/KiCad/OnBoardMCU.sch
KiCad/Wired Expansion Board/KiCad/OnBoardMCU.sch-bak
KiCad/Wired Expansion Board/KiCad/Power.sch
KiCad/Wired Expansion Board/KiCad/Power.sch-bak
KiCad/Wired Expansion Board/KiCad/SDCard-PCB.kicad_pcb
KiCad/Wired Expansion Board/KiCad/SDCard-PCB.pro
KiCad/Wired Expansion Board/KiCad/SDCard-PCB.sch
KiCad/Wired Expansion Board/KiCad/SDCard-PCB.sch-bak
KiCad/Wired Expansion Board/KiCad/Serializer.sch
KiCad/Wired Expansion Board/KiCad/Serializer.sch-bak
KiCad/WXB2/fp-info-cache
KiCad/WXB2/WXB2.kicad_pcb
KiCad/WXB2/WXB2.pro
KiCad/WXB2/WXB2.sch
KiCad/WXB2/WXB2.sch-bak