Celebrate Happy Hacking Day.

This commit is contained in:
NIIBE Yutaka
2015-08-06 11:10:48 +09:00
parent 1bbbaabe0d
commit 04a948024a
4 changed files with 20 additions and 2 deletions

View File

@@ -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-

View File

@@ -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:

View File

@@ -1 +0,0 @@
hh.c