summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore35
-rw-r--r--Software/pinlock.eep.hex1
-rw-r--r--Software/pinlock.hex9
-rw-r--r--Software/pinlock.objbin518 -> 0 bytes
4 files changed, 32 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 6eda36c..c7f72fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,35 @@
-# Created by https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim
-# Edit at https://www.toptal.com/developers/gitignore?templates=kicad,linux,windows,macos,vim
+# Created by https://www.toptal.com/developers/gitignore/api/vim,kicad,linux,macos,windows,assembler,atmelstudio
+# Edit at https://www.toptal.com/developers/gitignore?templates=vim,kicad,linux,macos,windows,assembler,atmelstudio
+
+### Assembler ###
+*.exe
+*.o
+*.obj
+*.bc
+
+### AtmelStudio ###
+## Ignore Atmel Studio temporary files and build results
+# https://www.microchip.com/mplab/avr-support/atmel-studio-7
+
+# Atmel Studio is powered by an older version of Visual Studio,
+# so most of the project and solution files are the same as VS files,
+# only prefixed by an `at`.
+
+#Build Directories
+[Dd]ebug/
+[Rr]elease/
+
+#Build Results
+*.d
+*.eep
+*.elf
+*.hex
+*.map
+*.srec
+
+#User Specific Files
+*.atsuo
### KiCad ###
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
@@ -127,6 +156,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
-# End of https://www.toptal.com/developers/gitignore/api/kicad,linux,windows,macos,vim
+# End of https://www.toptal.com/developers/gitignore/api/vim,kicad,linux,macos,windows,assembler,atmelstudio
/Hardware/fabrication/
diff --git a/Software/pinlock.eep.hex b/Software/pinlock.eep.hex
deleted file mode 100644
index 1996e8f..0000000
--- a/Software/pinlock.eep.hex
+++ /dev/null
@@ -1 +0,0 @@
-:00000001FF
diff --git a/Software/pinlock.hex b/Software/pinlock.hex
deleted file mode 100644
index d156dea..0000000
--- a/Software/pinlock.hex
+++ /dev/null
@@ -1,9 +0,0 @@
-:020000020000FC
-:1000000004E00EBF0FE51FEF2FEF10D00DBF0FEF75
-:100010000ABB0FEF07BB01E3302F0BBB02E408BBA9
-:1000200000EC01BB00E002BB13EC0BD0012F1A95D2
-:100030000000E1F7102F2A950000C1F733953BBB74
-:10004000089501E0412F4023041729F04FE342BBFC
-:100050004FEB42BB05C04FE742BB4FEF42BB00C076
-:08006000000F003079F708954C
-:00000001FF
diff --git a/Software/pinlock.obj b/Software/pinlock.obj
deleted file mode 100644
index 91d4cba..0000000
--- a/Software/pinlock.obj
+++ /dev/null
Binary files differ