mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
change filemode, remove .exe extension
This commit is contained in:
2
scripts/analyze_stackdmp.py
Normal file → Executable file
2
scripts/analyze_stackdmp.py
Normal file → Executable file
@@ -17,4 +17,4 @@ import os
|
||||
# 3fffffb0: feefeffe feefeffe 3ffe8558 40100b01
|
||||
# <<<stack<<<
|
||||
|
||||
call(['python', 'scripts/decoder.py ', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware_d1_mini.elf", 'scripts/stackdmp.txt'])
|
||||
call(['python', 'scripts/decoder.py', '-s', '-e', os.getcwd()+"/.pio/build/debug/firmware_d1_mini.elf", 'scripts/stackdmp.txt'])
|
||||
|
||||
0
scripts/checkcode.py
Normal file → Executable file
0
scripts/checkcode.py
Normal file → Executable file
0
scripts/clean_fw.py
Normal file → Executable file
0
scripts/clean_fw.py
Normal file → Executable file
2
scripts/decoder.py
Normal file → Executable file
2
scripts/decoder.py
Normal file → Executable file
@@ -290,7 +290,7 @@ if __name__ == "__main__":
|
||||
file = open(args.file, "r")
|
||||
|
||||
addr2line = os.path.join(os.path.abspath(os.path.expanduser(args.tool)),
|
||||
"bin/xtensa-" + PLATFORMS[args.platform] + "-elf-addr2line.exe")
|
||||
"bin/xtensa-" + PLATFORMS[args.platform] + "-elf-addr2line")
|
||||
if not os.path.exists(addr2line):
|
||||
print("ERROR: addr2line not found (" + addr2line + ")")
|
||||
|
||||
|
||||
0
scripts/rename_fw.py
Normal file → Executable file
0
scripts/rename_fw.py
Normal file → Executable file
Reference in New Issue
Block a user