aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkstack.py
Commit message (Collapse)AuthorAgeFilesLines
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
| | | | | | | Some systems point python to python3 instead of python2 - explicitly request python2 to avoid conflicts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* checkstack: Continue to accumulate stack usage on misc instructionsKevin O'Connor2017-06-221-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* command: Store the command parsing information directly in arrayKevin O'Connor2017-05-261-8/+17
| | | | | | | Instead of defining an array of pointers, just define the array directly. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-8/+1
| | | | | | | | Avoid using linker magic to define the init, task, and shutdown functions. Instead, use the compile_time_request system. This simplifies the build and produces more efficient code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* checkstack: Be more flexible in finding the timer irq functionKevin O'Connor2017-04-021-2/+2
| | | | | | | If __vector_13 doesn't exist then try __vector_17. If neither exists then handle that gracefully. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* checkstack: Updates for newer binutilsKevin O'Connor2017-03-261-0/+3
| | | | | | | Newer versions of binutils report the variable name on memory accesses. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+238
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>