From 190c20825f81eb4f8cb75bf11dcb496a14b5e875 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 11 Feb 2025 13:06:49 +0100 Subject: [PATCH] targets: turn on GC for TKey1 device, since it does in fact work Signed-off-by: deadprogram --- targets/tkey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/tkey.json b/targets/tkey.json index 4e953bcff..3a52cae28 100644 --- a/targets/tkey.json +++ b/targets/tkey.json @@ -7,7 +7,7 @@ ], "linkerscript": "targets/tkey.ld", "scheduler": "none", - "gc": "leaking", + "gc": "conservative", "flash-command": "tkey-runapp {bin}", "serial": "uart" }