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.
Diff: Makefile
- Revision:
- 9:d5b80cd43e82
- Parent:
- 8:f1c7a11d0670
- Child:
- 10:72b75743f231
--- a/Makefile Sat Mar 04 19:01:33 2017 +0900
+++ b/Makefile Sun Mar 05 13:35:49 2017 +0900
@@ -79,11 +79,12 @@
c:
rm -fr ${BUILD_DIR}
-# clean all and make
+# clean objects of mbed lib
cm:
rm -fr ${MBED_ROOT}/BUILD/*
rm -fr ${MBED_ROOT}/.build/*
+# clean all and make
ca: cm all
# copy to mbed drive
@@ -94,11 +95,12 @@
lib:
@python makelib.py
-# list
+# make assembler list file
lst: list
list:
@arm-none-eabi-objdump -Sdh ${BUILD_DIR}/${notdir ${CURDIR}}.elf > ${TARGET}-${TC}.lst
+# display mbed lib revision
rev:
@grep "e MBED_LIBRARY_VERSION" ${MBED_ROOT}/mbed.h