aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkstack.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>