aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/README
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-07-31 17:56:23 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-07-31 17:56:35 +0900
commit2c9e6b69d2232b18af028048bd5d3a1904927361 (patch)
tree9c994ebd86674f571f904ec0edc6c3ed7f56de6d /example-fsm-55/README
parent1d38c24233b3c061cedf503bf44b1307bb0e1fa2 (diff)
update example-fsm-55
Diffstat (limited to 'example-fsm-55/README')
-rw-r--r--example-fsm-55/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/example-fsm-55/README b/example-fsm-55/README
new file mode 100644
index 0000000..351e6cd
--- /dev/null
+++ b/example-fsm-55/README
@@ -0,0 +1,12 @@
+FSM-55 LED Matrix Display Board is a simple board to play 5x5 LED
+Display. Please see the product page:
+
+ http://www.seeedstudio.com/depot/FSM55-LED-Matrix-Display-p-2121.html
+
+The file stlink-v2.cfg can be used for ST-Link/V2 with OpenOCD. You
+can flash by typing:
+
+ $ openocd -f ./stlink-v2.cfg -c "program build/hacker-emblem.elf"
+
+Thanks to Kiwamu Okabe who kindly tested OpenOCD and wrote the
+configuration.