targets: turn on GC for TKey1 device, since it does in fact work

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-02-11 13:06:49 +01:00
committed by Ron Evans
parent d04eea7185
commit 190c20825f
+1 -1
View File
@@ -7,7 +7,7 @@
],
"linkerscript": "targets/tkey.ld",
"scheduler": "none",
"gc": "leaking",
"gc": "conservative",
"flash-command": "tkey-runapp {bin}",
"serial": "uart"
}