aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/makehex.py
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-28 02:10:45 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-28 02:10:45 +0200
commit818faffe25190fdc2f1a4e1c018724289a370fe0 (patch)
treebfdaf461c0626df218238aafb10269d91277319e /firmware/makehex.py
parent792baeabcff0de1a3cd8f0c59ea061f81a9458e5 (diff)
downloadpicorv32-818faffe25190fdc2f1a4e1c018724289a370fe0.tar.gz
picorv32-818faffe25190fdc2f1a4e1c018724289a370fe0.zip
Improved IRQ documentation, added assembler macros
Diffstat (limited to 'firmware/makehex.py')
-rw-r--r--firmware/makehex.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/makehex.py b/firmware/makehex.py
index a5ae740..e1acdeb 100644
--- a/firmware/makehex.py
+++ b/firmware/makehex.py
@@ -1,4 +1,11 @@
#!/usr/bin/python3
+#
+# This is free and unencumbered software released into the public domain.
+#
+# Anyone is free to copy, modify, publish, use, compile, sell, or
+# distribute this software, either in source code form or as a compiled
+# binary, for any purpose, commercial or non-commercial, and by any
+# means.
from sys import argv