From 5519fd1e4fb1cb419c64b10c6c6dbd648f39ca1b Mon Sep 17 00:00:00 2001 From: midilab Date: Mon, 12 Jun 2023 05:18:02 -0400 Subject: [PATCH] add atmelsam platform for Xiao M0 support on PlatformIO --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index b321c97..46f5e4e 100644 --- a/library.json +++ b/library.json @@ -22,5 +22,5 @@ "headers": "uClock.h", "dependencies": {}, "frameworks": "Arduino", - "platforms": "atmelavr,atmelmegaavr,espressif32,ststm32,teensy" + "platforms": "atmelavr,atmelmegaavr,espressif32,ststm32,teensy,atmelsam" }