Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
c10397dd
Commit
c10397dd
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Rename install target to be teensy-specific
parent
3da67d3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
firmware/Makefile
+4
-4
4 additions, 4 deletions
firmware/Makefile
with
4 additions
and
4 deletions
firmware/Makefile
+
4
−
4
View file @
c10397dd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Environment setup
# Environment setup
# Teensy loader tools (for 'make install')
# Teensy loader tools (for 'make install')
TOOLSPATH
=
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools
TEENSY_
TOOLSPATH
=
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools
# toolchain
# toolchain
CC
=
arm-none-eabi-gcc
CC
=
arm-none-eabi-gcc
...
@@ -70,9 +70,9 @@ $(TARGET).elf: $(OBJS) $(LDSCRIPT)
...
@@ -70,9 +70,9 @@ $(TARGET).elf: $(OBJS) $(LDSCRIPT)
clean
:
clean
:
rm
-f
*
.d
*
.o
$(
TARGET
)
.elf
$(
TARGET
)
.hex
rm
-f
*
.d
*
.o
$(
TARGET
)
.elf
$(
TARGET
)
.hex
install
:
$(TARGET).hex
install
-teensy
:
$(TARGET).hex
$(
abspath
$(
TOOLSPATH
))
/teensy_post_compile
-file
=
$(
TARGET
)
-path
=
$(
shell
pwd
)
-tools
=
$(
abspath
$(
TOOLSPATH
))
$(
abspath
$(
TEENSY_
TOOLSPATH
))
/teensy_post_compile
-file
=
$(
TARGET
)
-path
=
$(
shell
pwd
)
-tools
=
$(
abspath
$(
TOOLSPATH
))
python ../tools/
usb
-bootloader.py
python ../tools/
teensy
-bootloader
-mode
.py
objdump
:
$(TARGET).elf
objdump
:
$(TARGET).elf
$(
OBJDUMP
)
-d
$<
$(
OBJDUMP
)
-d
$<
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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