Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:60330a83318b, committed 2017-02-26
- 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 #