diff --git a/checkcode.py b/scripts/checkcode.py similarity index 100% rename from checkcode.py rename to scripts/checkcode.py diff --git a/clean_fw.py b/scripts/clean_fw.py similarity index 100% rename from clean_fw.py rename to scripts/clean_fw.py diff --git a/debug.py b/scripts/debug.py similarity index 61% rename from debug.py rename to scripts/debug.py index c54d05902..eb10e24a8 100644 --- a/debug.py +++ b/scripts/debug.py @@ -2,7 +2,8 @@ from subprocess import call import os -# example stackdmp.txt would contain text like below copied & pasted from a 'crash dump' command +# example stackdmp.txt would contain text like below copied & pasted from a 'crash dump' command: + # >>>stack>>> # 3fffff20: 3fff32f0 00000003 3fff3028 402101b2 # 3fffff30: 3fffdad0 3fff3280 0000000d 402148aa @@ -16,7 +17,11 @@ import os # 3fffffb0: feefeffe feefeffe 3ffe8558 40100b01 # <<