projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add build tests to verify correct compilation of as many modules as possible under...
[pub/lufa.git]
/
BuildTests
/
ModuleTest
/
Dummy.S
diff --git a/BuildTests/ModuleTest/Dummy.S
b/BuildTests/ModuleTest/Dummy.S
new file mode 100644
(file)
index 0000000..
560ca53
--- /dev/null
+++ b/
BuildTests/ModuleTest/Dummy.S
@@ -0,0
+1,8
@@
+# Mandatory entry point for successful compilation and link
\r
+.global main
\r
+main:
\r
+
\r
+
\r
+# Mandatory callback needed for base compile of the USB driver
\r
+.global CALLBACK_USB_GetDescriptor
\r
+CALLBACK_USB_GetDescriptor:
\r