rp2040: fix -gc=leaking/none

This commit is contained in:
Pat Whittingslow
2026-05-26 10:27:32 -03:00
committed by GitHub
parent 443de9fe1c
commit d348d8b4cf
5 changed files with 13 additions and 2 deletions
+2
View File
@@ -784,6 +784,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico -gc=leaking examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nano-33-ble examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nano-rp2040 examples/blinky1