aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/README
diff options
context:
space:
mode:
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.