forked from sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (45 loc) · 1.43 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
# VS Code
*.vscode*
# Python
__pycache__
*.pyc
# Objects / Deps / Archives
*.o
*.d
*.a
!artemis_module/bsp/gcc/bin/libam_bsp.a
!artemis_dk/bsp/gcc/bin/libam_bsp.a
!artemis_micromod/bsp/gcc/bin/libam_bsp.a
!artemis_thing_plus/bsp/gcc/bin/libam_bsp.a
!artmbed/bsp/gcc/bin/libam_bsp.a
!edge/bsp/gcc/bin/libam_bsp.a
!edge2/bsp/gcc/bin/libam_bsp.a
!redboard_artemis/bsp/gcc/bin/libam_bsp.a
!redboard_artemis_atp/bsp/gcc/bin/libam_bsp.a
!redboard_artemis_nano/bsp/gcc/bin/libam_bsp.a
# Binaries
*.bin
!edge/examples/tensorflow_micro_speech/gcc/bin/micro_speech.bin
!edge/examples/tensorflow_micro_speech_test/gcc/bin/micro_speech_test.bin
!edge/examples/tensorflow_person_detection/gcc/bin/person_detection.bin
!edge2/examples/tensorflow_micro_speech/gcc/bin/micro_speech.bin
!edge2/examples/tensorflow_micro_speech_test/gcc/bin/micro_speech_test.bin
!redboard_artemis/examples/tensorflow_micro_speech/gcc/bin/micro_speech.bin
!artemis_dk/examples/tensorflow_micro_speech/gcc/bin/micro_speech.bin
# Other Build Residuals
*.map
*.lst
*.axf
# MacOSX
*.DS_Store
# Interface Firmware
!artemis_dk/intfc/kl26z_artemis_dk_if.axf
!artemis_dk/intfc/kl26z_artemis_dk_if.bin
!artemis_dk/intfc/kl26z_artemis_dk_if.hex
!artemis_dk/intfc/kl26z_artemis_dk_if_crc.bin
!artemis_dk/intfc/kl26z_artemis_dk_if_crc.hex
!artemis_dk/intfc/kl26z_bl.axf
!artemis_dk/intfc/kl26z_bl.bin
!artemis_dk/intfc/kl26z_bl.hex
!artemis_dk/intfc/kl26z_bl_crc.bin
!artemis_dk/intfc/kl26z_bl_crc.hex