From 6b7ca55ad23d87957c97a2fadb504e9fd9ee6c15 Mon Sep 17 00:00:00 2001 From: "michal.czyz" Date: Tue, 15 Feb 2022 16:25:12 +0100 Subject: [PATCH] missing json --- platform.json | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 platform.json diff --git a/platform.json b/platform.json new file mode 100644 index 00000000..1526c4b0 --- /dev/null +++ b/platform.json @@ -0,0 +1,106 @@ +{ + "name": "nordicnrf51", + "title": "Nordic nRF51", + "description": "The Nordic nRF51 Series is a family of highly flexible, multi-protocol, system-on-chip (SoC) devices for ultra-low power wireless applications. nRF51 Series devices support a range of protocol stacks including Bluetooth Smart (previously called Bluetooth low energy), ANT and proprietary 2.4GHz protocols such as Gazell.", + "homepage": "https://www.nordicsemi.com/eng/Products/nRF51-Series-SoC", + "license": "Apache-2.0", + "keywords": [ + "dev-platform", + "ARM", + "Cortex-M", + "Nordic Semiconductor", + "nRF51" + ], + "engines": { + "platformio": "^5" + }, + "repository": { + "type": "git", + "url": "https://github.com/platformio/platform-nordicnrf51.git" + }, + "version": "8.1.0", + "frameworks": { + "arduino": { + "package": "framework-arduinonordicnrf5", + "script": "builder/frameworks/arduino/nrf5.py" + }, + "mbed": { + "package": "framework-mbed", + "script": "builder/frameworks/mbed.py" + }, + "zephyr": { + "package": "framework-zephyr", + "script": "builder/frameworks/zephyr.py" + } + }, + "packages": { + "toolchain-gccarmnoneeabi": { + "type": "toolchain", + "owner": "platformio", + "version": ">=1.60301.0,<1.80000.0", + "optionalVersions": [ + "~1.80201.0" + ] + }, + "framework-arduinonordicnrf5": { + "type": "framework", + "optional": true, + "owner": "platformio", + "version": "~1.700.0" + }, + "framework-mbed": { + "type": "framework", + "optional": true, + "owner": "platformio", + "version": "~5.51105.190304" + }, + "framework-zephyr": { + "type": "framework", + "optional": true, + "owner": "platformio", + "version": "~2.20701.0" + }, + "tool-sreccat": { + "owner": "platformio", + "version": "~1.164.0" + }, + "tool-openocd": { + "type": "uploader", + "optional": true, + "owner": "platformio", + "version": "~2.1100.0" + }, + "tool-nrfjprog": { + "type": "uploader", + "optional": true, + "owner": "platformio", + "version": "~1.90702.0" + }, + "tool-jlink": { + "type": "uploader", + "optional": true, + "owner": "platformio", + "version": "^1.63208.0" + }, + "tool-cmake": { + "optional": true, + "owner": "platformio", + "version": "~3.21.0" + }, + "tool-dtc": { + "optional": true, + "owner": "platformio", + "version": "~1.4.7" + }, + "tool-ninja": { + "optional": true, + "owner": "platformio", + "version": "^1.7.0" + }, + "tool-gperf": { + "optional": true, + "owner": "platformio", + "version": "^3.0.0" + } + } +}