summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/avr/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/+5
* 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-17/+61
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+6
* Standardize stack checking interfaceGregory Nutt2013-09-241-1/+11
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add logic to measure AVR stack usagepatacongo2011-06-181-0/+141