diff --git a/boards/teensy35.json b/boards/teensy35.json index bb59e85..df7e35b 100644 --- a/boards/teensy35.json +++ b/boards/teensy35.json @@ -7,6 +7,9 @@ "ldscript": "mk64fx512.ld", "mcu": "mk64fx512" }, + "connectivity": [ + "can" + ], "frameworks": [ "arduino" ], diff --git a/boards/teensy36.json b/boards/teensy36.json index 9594ab1..aac8ef3 100644 --- a/boards/teensy36.json +++ b/boards/teensy36.json @@ -7,6 +7,9 @@ "ldscript": "mk66fx1m0.ld", "mcu": "mk66fx1m0" }, + "connectivity": [ + "can" + ], "frameworks": [ "arduino" ], diff --git a/platform.json b/platform.json index 2a94e98..aa78f3c 100644 --- a/platform.json +++ b/platform.json @@ -12,10 +12,9 @@ "type": "git", "url": "https://github.com/platformio/platform-teensy.git" }, - "version": "2.2.0", + "version": "2.3.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", - "https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download", "http://dl.platformio.org/packages/manifest.json" ], "frameworks": {