Add samd architecture (#379)

* Add samd architecture

I have not made an intricate test of every available function but so far working with SAMD21 did not give me any trouble.
This commit is contained in:
PTS93
2018-05-08 11:26:17 +02:00
committed by Rotzbua
parent b7bdc7f253
commit fb4b91ea30
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@
"version": "1.3.6",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
}