QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Raziel K. Crowe bddd2b82f7 cleaning up the git 3 years ago
..
Makefile cleaning up the git 3 years ago
README cleaning up the git 3 years ago
board.h cleaning up the git 3 years ago
debian-logo.c cleaning up the git 3 years ago
debian-logo.txt cleaning up the git 3 years ago
gnu.txt cleaning up the git 3 years ago
hacker-emblem.ld cleaning up the git 3 years ago
hh.c cleaning up the git 3 years ago
hh.txt cleaning up the git 3 years ago
hiroshi-ayumi.c cleaning up the git 3 years ago
l55.txt cleaning up the git 3 years ago
name.txt cleaning up the git 3 years ago
reset.c cleaning up the git 3 years ago
stack-def.h cleaning up the git 3 years ago
stlink-v2.cfg cleaning up the git 3 years ago

README

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.