3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/gnuk/chopstx/example-fsm-55
2022-04-02 18:17:33 +05:00
..
board.h cleaning up the git 2022-04-02 18:17:33 +05:00
debian-logo.c cleaning up the git 2022-04-02 18:17:33 +05:00
debian-logo.txt cleaning up the git 2022-04-02 18:17:33 +05:00
gnu.txt cleaning up the git 2022-04-02 18:17:33 +05:00
hacker-emblem.ld cleaning up the git 2022-04-02 18:17:33 +05:00
hh.c cleaning up the git 2022-04-02 18:17:33 +05:00
hh.txt cleaning up the git 2022-04-02 18:17:33 +05:00
hiroshi-ayumi.c cleaning up the git 2022-04-02 18:17:33 +05:00
l55.txt cleaning up the git 2022-04-02 18:17:33 +05:00
Makefile cleaning up the git 2022-04-02 18:17:33 +05:00
name.txt cleaning up the git 2022-04-02 18:17:33 +05:00
README cleaning up the git 2022-04-02 18:17:33 +05:00
reset.c cleaning up the git 2022-04-02 18:17:33 +05:00
stack-def.h cleaning up the git 2022-04-02 18:17:33 +05:00
stlink-v2.cfg cleaning up the git 2022-04-02 18:17:33 +05:00

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

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:

    $ openocd -f ./stlink-v2.cfg -c "program build/hacker-emblem.elf; reset run; shutdown"

Thanks to Kiwamu Okabe who kindly tested OpenOCD and wrote the
configuration.