This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 76fe46a6dbb tools/testbuild.sh: Added a break to the dotest Blacklist
and CMake loop
new fe217e533b9 tools/stackusage.py: use toolchain binaries instead of
Python libraries
new 55e752ada8c Documentation/debugging: add stackusage tool documentation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/debugging/index.rst | 1 +
Documentation/debugging/stackusage.rst | 159 ++++++++
Kconfig | 2 +-
tools/showstack.sh | 47 ---
tools/stackusage.py | 678 +++++++++++++++++++++++++++++++++
5 files changed, 839 insertions(+), 48 deletions(-)
create mode 100644 Documentation/debugging/stackusage.rst
delete mode 100755 tools/showstack.sh
create mode 100755 tools/stackusage.py