From decce23f048e6915f3305975ea048a1aa667da33 Mon Sep 17 00:00:00 2001 From: Kaizen Wolf Date: Fri, 24 Dec 2021 16:08:55 +0100 Subject: [PATCH] Add SAMD20J in crates.json --- crates.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates.json b/crates.json index 1a7ac4458254..f7ee0d8e4a7a 100644 --- a/crates.json +++ b/crates.json @@ -139,6 +139,11 @@ "target": "thumbv6m-none-eabi" }, + "samd20j": { + "features": ["samd20j", "unproven"], + "target": "thumbv6m-none-eabi" + }, + "samd21g": { "features": ["samd21g", "unproven", "usb"], "target": "thumbv6m-none-eabi"