diff --git a/builder/main.py b/builder/main.py index 9ecb034..0cee48d 100644 --- a/builder/main.py +++ b/builder/main.py @@ -48,7 +48,7 @@ ], CPPDEFINES=[ - "F_CPU=$BOARD_F_CPU" + ("F_CPU", "$BOARD_F_CPU") ], LINKFLAGS=[ diff --git a/platform.json b/platform.json index 84afa4f..231320a 100644 --- a/platform.json +++ b/platform.json @@ -6,14 +6,13 @@ "homepage": "http://platformio.org/platforms/freescalekinetis", "license": "Apache-2.0", "engines": { - "platformio": "^3.0.0", - "scons": ">=2.3.0,<2.6.0" + "platformio": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/platformio/platform-freescalekinetis.git" }, - "version": "1.3.0", + "version": "1.4.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download", @@ -33,7 +32,7 @@ "framework-mbed": { "type": "framework", "optional": true, - "version": "~3.127.0" + "version": "~3.126.0" } } }