pxt-ev3/pxtarget.json

179 lines
5.5 KiB
JSON
Raw Normal View History

2017-06-29 16:47:26 +02:00
{
"id": "ev3",
"platformid": "linux",
"nickname": "lego",
"name": "LEGO® MINDSTORMS® Education EV3",
"title": "LEGO® MINDSTORMS® Education EV3 - Blocks / Javascript editor",
"description": "A Blocks / JavaScript code editor for the LEGO® MINDSTORMS® Education EV3.",
2017-06-29 16:47:26 +02:00
"corepkg": "ev3",
"bundleddirs": [
"libs/base",
"libs/core",
2017-07-07 12:44:34 +02:00
"libs/music",
"libs/color-sensor",
"libs/touch-sensor",
2017-11-30 18:38:04 +01:00
"libs/ultrasonic-sensor",
2017-11-30 18:53:43 +01:00
"libs/infrared-sensor",
2017-11-30 19:34:34 +01:00
"libs/gyro-sensor",
2018-02-27 00:59:36 +01:00
"libs/screen",
"libs/ev3"
2017-06-29 16:47:26 +02:00
],
"simulator": {
"autoRun": true,
"streams": true,
2017-12-18 22:04:17 +01:00
"aspectRatio": 0.5,
2017-06-29 16:47:26 +02:00
"parts": false,
2017-07-11 10:15:17 +02:00
"enableTrace": true,
"boardDefinition": {
"visual": "ev3"
}
2017-06-29 16:47:26 +02:00
},
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"publishing": true,
2018-02-14 06:41:49 +01:00
"importing": true,
2017-06-29 16:47:26 +02:00
"preferredPackages": [],
"githubPackages": true
},
"compile": {
"isNative": true,
"useUF2": true,
2017-07-05 01:28:45 +02:00
"useELF": true,
2017-06-29 16:47:26 +02:00
"hasHex": true,
"deployDrives": "EV3",
2017-06-29 16:47:26 +02:00
"deployFileMarker": "INFO_UF2.TXT",
2018-04-11 16:58:02 +02:00
"driveName": "EV3",
2017-06-29 16:47:26 +02:00
"flashCodeAlign": 256,
"floatingPoint": true,
2017-07-05 01:28:45 +02:00
"taggedInts": true,
"stackAlign": 2
2017-06-29 16:47:26 +02:00
},
2017-07-06 18:34:31 +02:00
"serial": {
"vendorId": "0x0694",
"productId": "0x0005",
"rawHID": true,
"useEditor": true,
"log": true
},
2017-06-29 16:47:26 +02:00
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"onStartNamespace": "loops",
"onStartWeight": 100,
2017-12-12 01:58:29 +01:00
"onStartColor": "#58AB41",
"pauseUntilBlock": {
"category": "loops"
}
2017-06-29 16:47:26 +02:00
},
"compileService": {
"buildEngine": "dockermake",
2017-10-30 13:45:37 +01:00
"dockerImage": "pext/ev3:zlib",
2017-06-29 16:47:26 +02:00
"serviceId": "ev3"
},
"appTheme": {
"accentColor": "#0089BF",
2018-02-03 18:09:10 +01:00
"logoUrl": "https://education.lego.com/",
"logo": "./static/lego_education_logo.png",
"docsLogo": "./static/lego-logo.svg",
"portraitLogo": "./static/lego-logo.svg",
"footerLogo": "./static/lego-logo.svg",
2017-06-29 16:47:26 +02:00
"cardLogo": "./static/icons/android-chrome-192x192.png",
"appLogo": "./static/icons/android-chrome-192x192.png",
"organization": "Microsoft MakeCode",
"organizationUrl": "https://makecode.com/",
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png",
2017-07-07 17:16:01 +02:00
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png",
2018-06-21 22:12:44 +02:00
"homeUrl": "https://makecode.mindstorms.com/",
"embedUrl": "https://makecode.mindstorms.com/",
2017-06-29 16:47:26 +02:00
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
2018-06-21 22:12:44 +02:00
"betaUrl": "https://makecode.mindstorms.com/about",
2018-04-11 16:58:02 +02:00
"driveDisplayName": "EV3",
"boardName": "LEGO® MINDSTORMS® Education EV3",
2018-05-31 00:42:37 +02:00
"copyrightText": "LEGO, the LEGO logo, MINDSTORMS and the MINDSTORMS EV3 logo are trademarks and/ or copyrights of the LEGO Group. ©2018 The LEGO Group. All rights reserved.",
2018-05-09 18:59:52 +02:00
"crowdinProject": "kindscript",
2017-12-05 19:53:26 +01:00
"selectLanguage": true,
"availableLocales": [
"en"
],
2017-12-05 19:53:26 +01:00
"highContrast": true,
2017-06-29 16:47:26 +02:00
"docMenu": [
{
"name": "Support",
2018-05-15 16:40:54 +02:00
"path": "https://www.lego.com/service/"
},
{
2018-05-03 20:48:10 +02:00
"name": "Troubleshoot",
"path": "https://makecode.mindstorms.com/troubleshoot"
},
2017-06-29 16:47:26 +02:00
{
"name": "Blocks",
"path": "/blocks"
},
{
"name": "JavaScript",
"path": "/javascript"
},
{
"name": "Reference",
"path": "/reference"
}
],
2017-10-25 06:08:02 +02:00
"showHomeScreen": true,
"homeScreenHero": "./static/hero.png",
2017-07-07 17:16:01 +02:00
"invertedMenu": false,
"invertedMonaco": false,
2017-06-29 16:47:26 +02:00
"monacoToolbox": true,
2018-02-12 21:23:25 +01:00
"invertedToolbox": false,
"coloredToolbox": true,
2017-06-29 16:47:26 +02:00
"hasAudio": true,
"usbHelp": [],
"extendEditor": true,
2018-04-14 06:46:19 +02:00
"extendFieldEditors": true,
2017-06-29 16:47:26 +02:00
"disableBlockIcons": true,
"blocklyOptions": {
2018-02-08 20:49:26 +01:00
"grid": {
"spacing": 40,
"length": 2,
"colour": "#ddd"
}
2017-06-29 16:47:26 +02:00
},
"blockColors": {
"loops": "#58AB41",
"logic": "#1E5AA8",
2018-02-07 10:42:16 +01:00
"math": "#7396C8",
"variables": "#B40000",
"text": "#FCAC00",
"advanced": "#969696",
"functions": "#19325A",
"arrays": "#901F76"
},
"blockIcons": {
"loops": "\uf10b",
"logic": "\uf10a",
"math": "\uf10c",
"variables": "\uf111",
"text": "\uf110",
"functions": "\uf108",
"arrays": "\uf109",
"search": "\uf11a",
"addpackage": "\uf105",
"advancedcollapsed": "\uf113",
"advancedexpanded": "\uf114"
},
"monacoColors": {
2018-03-30 18:11:13 +02:00
"editor.background": "#f9f9f9"
2018-05-10 20:05:16 +02:00
},
"fileNameExclusiveFilter": "[^a-zA-Z]"
2017-12-14 00:35:53 +01:00
},
"ignoreDocsErrors": true
2017-06-29 17:35:57 +02:00
}