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
63879aec
Commit
63879aec
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Renaming to be less Teensy-centric
parent
c24136a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
firmware/Makefile
+3
-6
3 additions, 6 deletions
firmware/Makefile
firmware/fcb-app.ld
+0
-0
0 additions, 0 deletions
firmware/fcb-app.ld
firmware/startup.c
+0
-0
0 additions, 0 deletions
firmware/startup.c
with
3 additions
and
6 deletions
firmware/Makefile
+
3
−
6
View file @
63879aec
...
...
@@ -12,15 +12,12 @@ SIZE = arm-none-eabi-size
#######################################################
# The name of your project (used to name the compiled .
hex
file)
# The name of your project (used to name the compiled .
dfu
file)
TARGET
=
fadecandy
# configurable options
OPTIONS
=
-DF_CPU
=
48000000
# Sources
C_FILES
=
\
mk20dx128
.c
\
startup
.c
\
pins_teensy.c
\
usb_desc.c
\
usb_dev.c
\
...
...
@@ -44,7 +41,7 @@ CXXFLAGS = -std=gnu++0x -felide-constructors -fno-exceptions -fno-rtti
CFLAGS
=
# linker script
LDSCRIPT
=
mk20dx128
.ld
LDSCRIPT
=
fcb-app
.ld
# linker options
LDFLAGS
=
-Os
-Wl
,--gc-sections
-mcpu
=
cortex-m4
-mthumb
-T
$(
LDSCRIPT
)
...
...
This diff is collapsed.
Click to expand it.
firmware/
mk20dx128
.ld
→
firmware/
fcb-app
.ld
+
0
−
0
View file @
63879aec
File moved
This diff is collapsed.
Click to expand it.
firmware/
mk20dx128
.c
→
firmware/
startup
.c
+
0
−
0
View file @
63879aec
File moved
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