aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-08-06 11:10:48 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-08-06 11:10:48 +0900
commit04a948024aae8cd78db65321ae0b2ee8c1aae0ae (patch)
tree6556a8d3201332d3ccc4b112ca18ec5d85e41ef1 /example-fsm-55
parent1bbbaabe0dd7b9b501d7fc5cac6cddba2e7785bf (diff)
Celebrate Happy Hacking Day.
Diffstat (limited to 'example-fsm-55')
-rw-r--r--example-fsm-55/Makefile12
-rw-r--r--example-fsm-55/README5
l---------example-fsm-55/hacker-emblem.c1
3 files changed, 16 insertions, 2 deletions
diff --git a/example-fsm-55/Makefile b/example-fsm-55/Makefile
index 96036ab..c1f04e9 100644
--- a/example-fsm-55/Makefile
+++ b/example-fsm-55/Makefile
@@ -4,7 +4,17 @@ PROJECT = hacker-emblem
CHOPSTX = ..
LDSCRIPT= hacker-emblem.ld
-CSRC = sys.c hiroshi-ayumi.c # hacker-emblem.c
+
+CSRC = sys.c hh.c
+
+# Hacker Emblem and "Happy Hacking!" demonstration
+# CSRC = sys.c hh.c
+
+# Debian logo demonstration
+# CSRC = sys.c debian-logo.c
+
+# "Hiroshi & Ayumi with Tulip" demonstration
+# CSRC = sys.c hiroshi-ayumi.c
###################################
CROSS = arm-none-eabi-
diff --git a/example-fsm-55/README b/example-fsm-55/README
index 2e01b0f..3703259 100644
--- a/example-fsm-55/README
+++ b/example-fsm-55/README
@@ -3,6 +3,11 @@ Display. Please see the product page:
http://www.seeedstudio.com/depot/FSM55-LED-Matrix-Display-p-2121.html
+There are three demonstrations and default is Hacker Emblem and "Happy
+Hacking!". Please edit CSRC variable in the Makefile to select other
+applications.
+
+
The file stlink-v2.cfg can be used for ST-Link/V2 with OpenOCD. You
can flash by typing:
diff --git a/example-fsm-55/hacker-emblem.c b/example-fsm-55/hacker-emblem.c
deleted file mode 120000
index 1146f45..0000000
--- a/example-fsm-55/hacker-emblem.c
+++ /dev/null
@@ -1 +0,0 @@
-hh.c \ No newline at end of file