This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ab059a7ba3 Documentation/p/a/rp2040: add docs for waveshare-rp2040-lcd-1.28 new fd64e38072 build: Add STACK_USAGE(-fstack-usage) to assist the stack analysis new 931677a86e tools: Add showstack.sh to parse *.su files 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: .gitignore | 1 + Kconfig | 7 ++++++ arch/arm/src/common/Toolchain.defs | 4 ++++ arch/risc-v/src/common/Toolchain.defs | 4 ++++ arch/xtensa/src/lx6/Toolchain.defs | 4 ++++ arch/xtensa/src/lx7/Toolchain.defs | 4 ++++ boards/sim/sim/sim/scripts/Make.defs | 4 ++++ arch/arm/src/imx1/Make.defs => tools/showstack.sh | 29 +++++++++++++---------- 8 files changed, 45 insertions(+), 12 deletions(-) copy arch/arm/src/imx1/Make.defs => tools/showstack.sh (74%) mode change 100644 => 100755