Skip to content

Commit

Permalink
New KEIL Install
Browse files Browse the repository at this point in the history
Updated to include 3.2.0 Giga Device Libraries
  • Loading branch information
gearsincorg committed Jun 13, 2021
1 parent 08f2cb5 commit cc3ee20
Show file tree
Hide file tree
Showing 102 changed files with 8,738 additions and 5,786 deletions.
61 changes: 61 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf
*.crf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# PIC files
*.p1
*.i
*.mum
*.sym
*production*

# Other files
*.htm
*.dep
*.ids
Expand Down
Loading

0 comments on commit cc3ee20

Please sign in to comment.