summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_checkstack.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-6/+2
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-3/+4
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Add logic to check interrupt stack usageGregory Nutt2014-03-231-15/+67
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-2/+3
* Standardize stack checking interfaceGregory Nutt2013-09-241-3/+8
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Redesign of NXTEXT font cachepatacongo2011-07-091-1/+1
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-091-0/+147