forked from OpenNuvoton/M480BSP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
126 lines (117 loc) · 3.64 KB
/
Copy path.gitignore
File metadata and controls
126 lines (117 loc) · 3.64 KB
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
#For Keil
obj/
lst/
#For IAR
Debug/
Release/
settings/
# For GCC
!.cproject
!.project
.lock
.location
.markers
version.ini
.history/
.mylyn/
Packages/
.settings/
RemoteSystemsTempFiles/
Samplecode/*/*/GCC/.metadata/.plugins/*
Samplecode/*/*/packages/
Samplecode/*/GCC/.metadata/.plugins/*
Samplecode/*/packages/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.core.resources/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.debug.core/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.debug.ui/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.e4.workbench/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.core.resources/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.debug.core/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.debug.ui/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.e4.workbench/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/
#For OSX
.DS_Store
#Files
*.log
*.dep
*.bak
*.uvgui.*
*.uvopt
*.uvoptx
*.ewt
*.txt
*.old
*.bin
*.obj
*.orig
*.ok
*~
*.o
*.i
*.lst
*.map
*.d
*.crf
*.axf
*.out
*.pbi
*.cout
*.browse
*.scc
*.ncb
#Large stuff
*.zip
*.gz
*.bz
*.gzip
*.7z
*.rar
!LICENSE.txt
!NOTICE.txt
!SampleCode/StdDriver/FMC_IAP/IAR/Release/
!SampleCode/StdDriver/FMC_IAP/IAR/Release/Exe/
!SampleCode/StdDriver/FMC_IAP/IAR/Release/Exe/fmc_ld_code.bin
!SampleCode/StdDriver/FMC_IAP/IAR/fmc_ld_code.icf
!SampleCode/StdDriver/FMC_IAP/KEIL/fmc_ld_code.bin
!SampleCode/StdDriver/FMC_IAP/Keil_AC6/fmc_ld_code.bin
!SampleCode/StdDriver/FMC_IAP/GCC/LDROM_iap.bin
!SampleCode/StdDriver/FMC_IAP/VSCode/
!SampleCode/StdDriver/FMC_IAP/VSCode/bin/
!SampleCode/StdDriver/FMC_IAP/VSCode/bin/ARMCLANG/
!SampleCode/StdDriver/FMC_IAP/VSCode/bin/ARMCLANG/FMC_IAP_LDROM.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/IAR/Release/
!SampleCode/StdDriver/FMC_MultiWordProgram/IAR/Release/Exe/
!SampleCode/StdDriver/FMC_MultiWordProgram/IAR/Release/Exe/multi_word_prog.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/IAR/multi_word_prog.icf
!SampleCode/StdDriver/FMC_MultiWordProgram/KEIL/multi_word_prog.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/KEIL_AC6/multi_word_prog.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/GCC/multi_word_prog.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/bin/
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/bin/ARMCLANG/
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/bin/ARMCLANG/FMC_WP_Program.bin
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/bin/GNUC/
!SampleCode/StdDriver/FMC_MultiWordProgram/VSCode/bin/GNUC/FMC_WP_Program.bin
!SampleCode/StdDriver/CRYPTO_HMAC/IAR/dummy.bin
!SampleCode/StdDriver/CRYPTO_SHA/IAR/dummy.bin
!SampleCode/StdDriver/CRYPTO_HMAC/HMAC_fips198a.rsp
!SampleCode/StdDriver/CRYPTO_HMAC/HMAC_NIST.rsp
!SampleCode/StdDriver/CRYPTO_HMAC/sha_test_vector
!SampleCode/StdDriver/SPIM_RUN_CODE/spim_code.bin
!SampleCode/SecureBoot/HSUSBD_IAP/IAR/Release/
!SampleCode/SecureBoot/HSUSBD_IAP/IAR/Release/Exe/
!SampleCode/SecureBoot/HSUSBD_IAP/IAR/Release/Exe/fwupdate_ld_iap.bin
!SampleCode/SecureBoot/HSUSBD_IAP/GCC/fwupdate_ld_iap.bin
!SampleCode/SecureBoot/HSUSBD_IAP/VSCode/
!SampleCode/SecureBoot/HSUSBD_IAP/VSCode/bin/
!SampleCode/SecureBoot/HSUSBD_IAP/VSCode/bin/ARMCLANG/
!SampleCode/SecureBoot/HSUSBD_IAP/VSCode/bin/ARMCLANG/HSUSBD_IAP_LDROM.bin
!ThirdParty/lwip-2.0.0/doc/contrib.txt
!ThirdParty/lwip-2.0.0/doc/mdns.txt
!ThirdParty/lwip-2.0.0/doc/ppp.txt
!ThirdParty/lwip-2.0.0/doc/rawapi.txt
!ThirdParty/lwip-2.0.0/doc/savannah.txt
!ThirdParty/lwip-2.0.0/doc/sys_arch.txt
!ThirdParty/lwip-2.0.0/src/apps/httpd/makefsdata/readme.txt