-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AttilioOliva
committed
Sep 18, 2023
1 parent
58973b2
commit c7297af
Showing
76 changed files
with
31,615 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# User-specific uVision files | ||
*.opt | ||
*.uvopt | ||
*.uvoptx | ||
*.uvgui | ||
*.uvgui.* | ||
*.uvguix.* | ||
|
||
# Listing files | ||
*.cod | ||
*.htm | ||
*.i | ||
*.lst | ||
*.map | ||
*.m51 | ||
*.m66 | ||
# define exception below if needed | ||
*.scr | ||
|
||
# Object and HEX files | ||
*.axf | ||
*.b[0-3][0-9] | ||
*.hex | ||
*.d | ||
*.crf | ||
*.elf | ||
*.hex | ||
*.h86 | ||
*.lib | ||
*.obj | ||
*.o | ||
*.sbr | ||
|
||
# Build files | ||
# define exception below if needed | ||
*.bat | ||
*._ia | ||
*.__i | ||
*._ii | ||
|
||
# Generated output files | ||
/Listings/* | ||
/Objects/* | ||
/DebugConfig/* | ||
|
||
# Debugger files | ||
# define exception below if needed | ||
*.ini | ||
*.scvd | ||
|
||
# Other files | ||
*.cdb | ||
*.dep | ||
*.ic | ||
*.lin | ||
*.lnp | ||
*.orc | ||
*.pack | ||
*.pdsc | ||
*.plg | ||
*.sct | ||
*.sfd | ||
*.sfr | ||
|
||
# Miscellaneous | ||
*.tra | ||
*.bin | ||
*.fed | ||
*.l1p | ||
*.l2p | ||
*.iex |
Oops, something went wrong.