This commit is contained in:
Philippe Teuwen 2019-08-26 12:50:10 +02:00
parent 2e4c7f4f8d
commit 47c6452e94

View file

@ -16,7 +16,7 @@ except FileNotFoundError:
db = dict()
if len(sys.argv) < 3:
print("Usage: analazysize.py <info|add|diff> <datasetname>")
print("Usage: analyzesize.py <info|add|diff> <datasetname>")
exit(-1)
action, name = sys.argv[1:3]
currentdata = subprocess.run(["arm-none-eabi-size","armsrc/obj/fullimage.stage1.elf"], stdout=subprocess.PIPE).stdout