mi mi / mbed-scli-test

Dependencies:   Scheduler

Files at this revision

API Documentation at this revision

Comitter:
mimi3
Date:
Sun Feb 26 20:46:49 2017 +0900
Parent:
2:3e748cfff1d7
Child:
4:85e9057db7a6
Commit message:
update: mbed-scli v0.5

Changed in this revision

Makefile Show annotated file Show diff for this revision Revisions of this file
makelib.py Show annotated file Show diff for this revision Revisions of this file
--- a/Makefile	Sun Feb 26 20:46:33 2017 +0900
+++ b/Makefile	Sun Feb 26 20:46:49 2017 +0900
@@ -1,6 +1,6 @@
 #
 # Super light weight command line compile script using mbed-sdk sources.
-# v0.4
+# v0.5
 # 2017/02 made by dinau
 #
 
@@ -40,7 +40,7 @@
 MBED_ROOT	= /d/mbed-os
 
 # Specify [ "default" or "debug" or "small" ]
-PROFILE		= --profile default
+PROFILE		= default
 
 # Verbose display
 ifeq (${v},1)
@@ -57,7 +57,7 @@
 MACROS		= "-D NDEBUG=1"
 #CFLAGS		= "--cflags NDEBUG=1"
 BUILD_DIR	= .build/${TARGET}/${TC}
-COMFLAG		= --color -m ${TARGET} -t ${TC} ${VERBOSE} ${PROFILE}
+COMFLAG		= --color -m ${TARGET} -t ${TC} ${VERBOSE} --profile ${PROFILE}
 PROG_NAME	= -n ${PROG}
 
 ##########################
--- a/makelib.py	Sun Feb 26 20:46:33 2017 +0900
+++ b/makelib.py	Sun Feb 26 20:46:49 2017 +0900
@@ -1,5 +1,5 @@
 ####  lib.py for mbed ####
-# v0.4
+# v0.5
 # 2017/02 made by dinau
 #