Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
EtherBone Core
Commits
feb900f1
Commit
feb900f1
authored
11 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
usb: build script
parent
8a89fe14
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/eb_usb_core/.gitignore
+10
-0
10 additions, 0 deletions
hdl/eb_usb_core/.gitignore
hdl/eb_usb_core/Makefile
+10
-0
10 additions, 0 deletions
hdl/eb_usb_core/Makefile
with
20 additions
and
0 deletions
hdl/eb_usb_core/.gitignore
0 → 100644
+
10
−
0
View file @
feb900f1
cdc_acm.asm
cdc_acm.cdb
cdc_acm.lk
cdc_acm.lst
cdc_acm.map
cdc_acm.mem
cdc_acm.omf
cdc_acm.rel
cdc_acm.rst
cdc_acm.sym
This diff is collapsed.
Click to expand it.
hdl/eb_usb_core/Makefile
0 → 100644
+
10
−
0
View file @
feb900f1
TARGETS
=
cdc_acm.ihx
all
:
$(TARGETS)
%.ihx
:
%.c
sdcc
$<
clean
:
rm
-f
`
cat
.gitignore
`
$(
TARGETS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment