Skip to content
Snippets Groups Projects
Commit 891d1892 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Extend stack debug logic to include IDLE and interrupt stacks. Also color the...

Extend stack debug logic to include IDLE and interrupt stacks.  Also color the heap as well.  Based on suggestions from David Sidrane
parent 3a8c1cdc
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ DUMMYDIR = $(APPDIR)$(DELIM)platform$(DELIM)dummy
BOARDDIR = $(APPDIR)$(DELIM)platform$(DELIM)$(CONFIG_ARCH_BOARD)
LINKDIR = $(if $(wildcard $(BOARDDIR)$(DELIM)Make.defs),$(BOARDDIR),$(DUMMYDIR))
VPATH = $(PLATFORMDIR)
VPATH = board
# Binaries
......@@ -124,7 +124,7 @@ depend: .depend
clean: $(PLATFORMDIR)
$(call DELFILE, .built)
$(MAKE) -C $(BINDIR) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean
$(Q) $(MAKE) -C $(BINDIR) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" clean
distclean: clean
$(call DELFILE, Make.dep)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment