summaryrefslogtreecommitdiff
path: root/example-led/Makefile
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
commitfc26cf08894e25f1ae1109c530b382d70babaf06 (patch)
tree23e9fdea71ac8c793c02621bf7d7935388ab4e01 /example-led/Makefile
parent18b38533f7f16074e986483cc357c310cc533a0f (diff)
parent7c022432d19351dfc9553585ea6614b47fcd0c06 (diff)
Version 0.05release/0.05
Merge branch 'cortex-m0-support'
Diffstat (limited to 'example-led/Makefile')
-rw-r--r--example-led/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/example-led/Makefile b/example-led/Makefile
index 43c131a..89cbe21 100644
--- a/example-led/Makefile
+++ b/example-led/Makefile
@@ -12,9 +12,10 @@ CC = $(CROSS)gcc
LD = $(CROSS)gcc
OBJCOPY = $(CROSS)objcopy
-MCU = cortex-m3
+# MCU = cortex-m3
+MCU = cortex-m0
CWARN = -Wall -Wextra -Wstrict-prototypes
-DEFS = -DHAVE_SYS_H -DFREE_STANDING
+DEFS = -DHAVE_SYS_H -DFREE_STANDING -DMHZ=48
# DEFS = -DFREE_STANDING -DHAVE_SYS_H -DBUSY_LOOP -DCHX_FLAGS_MAIN=CHOPSTX_SCHED_RR
OPT = -O3 -Os -g
LIBS =