runtime: expose memory stats

This commit is contained in:
Yurii Soldak
2021-06-05 13:33:26 +02:00
committed by Ron Evans
parent b092856238
commit d62a9e24e5
4 changed files with 104 additions and 1 deletions
+2
View File
@@ -230,6 +230,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/mcp3008
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/memstats
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=microbit examples/microbit-blink
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10040 examples/pininterrupt