projects
/
pub
/
USBasp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add build tests to verify correct compilation of as many modules as possible under...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
Dummy.S
1
# Mandatory entry point for successful compilation and link
2
.global main
3
main:
4
5
6
# Mandatory callback needed for base compile of the USB driver
7
.global CALLBACK_USB_GetDescriptor
8
CALLBACK_USB_GetDescriptor: