mbed-scli test program
Diff: Makefile
- Revision:
- 9:d5b80cd43e82
- Parent:
- 8:f1c7a11d0670
- Child:
- 10:72b75743f231
diff -r f1c7a11d0670 -r d5b80cd43e82 Makefile --- 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