Celebrate Happy Hacking Day.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2015-08-06 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* example-fsm-55/README: Updated.
|
||||||
|
|
||||||
2015-07-31 Niibe Yutaka <gniibe@fsij.org>
|
2015-07-31 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* VERSION: 0.08.
|
* VERSION: 0.08.
|
||||||
|
|||||||
@@ -4,7 +4,17 @@ PROJECT = hacker-emblem
|
|||||||
|
|
||||||
CHOPSTX = ..
|
CHOPSTX = ..
|
||||||
LDSCRIPT= hacker-emblem.ld
|
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-
|
CROSS = arm-none-eabi-
|
||||||
|
|||||||
@@ -3,6 +3,11 @@ Display. Please see the product page:
|
|||||||
|
|
||||||
http://www.seeedstudio.com/depot/FSM55-LED-Matrix-Display-p-2121.html
|
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
|
The file stlink-v2.cfg can be used for ST-Link/V2 with OpenOCD. You
|
||||||
can flash by typing:
|
can flash by typing:
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
hh.c
|
|
||||||
Reference in New Issue
Block a user