zephyr/scripts
Daniel Thompson 955ba73024 scripts: openocd.sh: Honour V=1
Currently running "make V=1 flash/debug" does not result in the caller
discovering what commands are run to perform the action because make
calls into an opaque script (which then makes complex invokations of
both openocd and gdb). Make the script more transparent by conditionally
enabling enabling tracing within the script.

We also remove the "Done flashing" message. It is pointless because
openocd has already *told* us it has done flashing ["wrote 16384 bytes
from file .../zephyr.elf in 0.802135s (19.947 KiB/s)"]. It is also
potentially misleading since it tells us we are "Done flashing" even
when we failed to flash anything which risks misleading someone
unfamiliar with openocd.

Change-Id: Icaea28c4b00ac10965726dd4502162b7de080953
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2017-04-27 13:01:08 +00:00
..
basic
cross_compiler
gen_idt Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
gen_offset_header license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gitlint scripts: add gitlint to check for validity of commit messages 2017-04-25 22:48:24 +00:00
kconfig build: support building host tools 2017-04-25 22:48:23 +00:00
sanity_chk sanitycheck: Add hexiwear_kw40z 2017-04-14 05:56:53 -05:00
support scripts: openocd.sh: Honour V=1 2017-04-27 13:01:08 +00:00
.gitignore
Kbuild.include
Makefile
Makefile.build
Makefile.clean
Makefile.extrawarn
Makefile.headersinst
Makefile.help
Makefile.host
Makefile.lib dts: Add application overlay support. 2017-04-06 09:19:28 +00:00
Makefile.modbuiltin
Makefile.qemu build: make sure we are calling python3 in all scripts 2017-04-13 20:22:54 +00:00
Makefile.toolchain.gccarmemb toolchain.gccarmemb: set DTC for building targets that use devicetrees 2017-02-14 14:15:10 +00:00
Makefile.toolchain.issm
Makefile.toolchain.riscv32 scripts: added Makefile to handle an external riscv32 toolchain 2017-01-13 19:52:22 +00:00
Makefile.toolchain.xcc xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
Makefile.toolchain.xtools
Makefile.toolchain.zephyr build: use -O2 instead of -Os for ARC with SDK 0.9 2017-04-09 14:57:50 +00:00
Makefile.xt-run xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
Makefile.xtsc-run xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
build_grub.sh
check_known_checkpatch_issues.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
check_link_map.py build: make sure we are calling python3 in all scripts 2017-04-13 20:22:54 +00:00
checkconfig.py scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
checkpatch.pl checkpatch: update checkpatch to warn about C99 type usage 2017-04-21 17:24:04 +00:00
checkstack.pl
compare_footprint scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
config
devicetree.py build: make sure we are calling python3 in all scripts 2017-04-13 20:22:54 +00:00
diffconfig scripts: Explicitly call out python2 2017-01-12 10:28:02 -07:00
do_checkpatch.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
expr_parser.py expr_parser: fix issue with hex values in environment 2017-04-18 20:51:26 +00:00
extract_dts_includes.py build: make sure we are calling python3 in all scripts 2017-04-13 20:22:54 +00:00
filter-known-issues.py filter-known-issues: fix missing variable printing 2017-02-27 21:51:47 +00:00
gcc-version.sh
get_maintainer.pl
headerdep.pl
maintainer-checkpatch.bash license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
make-ll license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mkmakefile
mksysmap
qemu-machine-hack.py build: make sure we are calling python3 in all scripts 2017-04-13 20:22:54 +00:00
sanitycheck sanitycheck: support xunit report 2017-04-26 21:37:33 -04:00
size_report license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
spelling.txt
tags.sh
timestamp license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uncrustify.cfg scripts: add configuration file for uncrustify 2017-02-04 01:46:29 +00:00
vercomp
waitpid sanitycheck: Let waitpid script kill Xtensa ISS if user hits ctrl+c. 2017-04-11 16:53:41 +00:00