Showing STM32F4 binary size notes in tools/log.sh.

This commit is contained in:
Ruben Ayrapetyan
2014-11-12 20:41:06 +03:00
parent c5cc82d793
commit 44ade941b1
+5 -1
View File
@@ -14,5 +14,9 @@
#!/bin/bash
git log --show-notes=perf --show-notes=mem --show-notes=test_build_env --show-notes=arm-linux-perf --show-notes=arm-linux-binary-size
git log --show-notes=perf --show-notes=mem --show-notes=test_build_env \
--show-notes=arm-linux-perf \
--show-notes=arm-linux-binary-size \
--show-notes=stm32f4-binary-size
exit 0