2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"id": "ev3",
|
|
|
|
"platformid": "linux",
|
|
|
|
"nickname": "lego",
|
2018-04-12 23:41:22 +02:00
|
|
|
"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",
|
2017-11-30 06:41:00 +01:00
|
|
|
"libs/color-sensor",
|
2017-11-29 01:11:15 +01:00
|
|
|
"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",
|
2019-08-28 22:36:23 +02:00
|
|
|
"libs/ev3",
|
2019-09-25 06:44:59 +02:00
|
|
|
"libs/storage",
|
|
|
|
"libs/broadcast"
|
2017-06-29 16:47:26 +02:00
|
|
|
],
|
|
|
|
"simulator": {
|
|
|
|
"autoRun": true,
|
2019-10-09 06:57:55 +02:00
|
|
|
"autoRunLight": false,
|
2017-12-18 22:04:17 +01:00
|
|
|
"aspectRatio": 0.5,
|
2017-06-29 16:47:26 +02:00
|
|
|
"parts": false,
|
2018-12-04 22:03:34 +01:00
|
|
|
"enableTrace": true,
|
2017-07-11 10:15:17 +02:00
|
|
|
"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": [],
|
2019-11-26 00:05:47 +01:00
|
|
|
"githubPackages": true,
|
|
|
|
"cloudProviders": {
|
|
|
|
"github": {}
|
|
|
|
}
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"isNative": true,
|
2017-07-25 12:48:02 +02:00
|
|
|
"useUF2": true,
|
2017-07-05 01:28:45 +02:00
|
|
|
"useELF": true,
|
2017-06-29 16:47:26 +02:00
|
|
|
"hasHex": true,
|
2018-06-14 19:33:53 +02:00
|
|
|
"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,
|
2019-10-09 06:57:55 +02:00
|
|
|
"stackAlign": 2,
|
|
|
|
"gc": true
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
2017-07-06 18:34:31 +02:00
|
|
|
"serial": {
|
2019-10-09 06:57:55 +02:00
|
|
|
"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",
|
2018-04-06 18:51:54 +02:00
|
|
|
"onStartWeight": 100,
|
2017-12-12 01:58:29 +01:00
|
|
|
"onStartColor": "#58AB41",
|
2017-12-12 01:55:00 +01:00
|
|
|
"pauseUntilBlock": {
|
|
|
|
"category": "loops"
|
2019-10-09 06:57:55 +02:00
|
|
|
},
|
2021-11-29 18:57:33 +01:00
|
|
|
"breakBlock": true,
|
|
|
|
"continueBlock": true,
|
|
|
|
"bannedCategories": []
|
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-09-20 23:23:08 +02:00
|
|
|
"logoWide": true,
|
2019-10-09 06:57:55 +02:00
|
|
|
"logoUrl": "https://education.lego.com/",
|
2017-10-03 08:28:44 +02:00
|
|
|
"logo": "./static/lego_education_logo.png",
|
2018-09-20 23:23:08 +02:00
|
|
|
"docsLogo": "./static/lego_education_logo.png",
|
|
|
|
"portraitLogo": "./static/lego_education_logo.png",
|
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",
|
2018-06-22 01:19:31 +02:00
|
|
|
"organizationUrl": "https://makecode.com/org",
|
2017-06-29 16:47:26 +02:00
|
|
|
"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-04-11 16:58:02 +02:00
|
|
|
"driveDisplayName": "EV3",
|
2018-04-12 23:41:22 +02:00
|
|
|
"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.",
|
2023-04-25 21:20:42 +02:00
|
|
|
"crowdinProject": "makecode",
|
2017-12-05 19:53:26 +01:00
|
|
|
"selectLanguage": true,
|
2019-09-09 18:08:38 +02:00
|
|
|
"greenScreen": true,
|
2018-03-29 23:01:05 +02:00
|
|
|
"availableLocales": [
|
2018-07-18 20:35:10 +02:00
|
|
|
"en",
|
|
|
|
"de",
|
|
|
|
"ja",
|
|
|
|
"ru",
|
2020-10-02 23:13:04 +02:00
|
|
|
"zh-CN",
|
|
|
|
"fr"
|
2018-03-29 23:01:05 +02:00
|
|
|
],
|
2017-12-05 19:53:26 +01:00
|
|
|
"highContrast": true,
|
2018-09-27 01:13:15 +02:00
|
|
|
"lightToc": true,
|
2021-11-29 18:57:33 +01:00
|
|
|
"docMenu": [{
|
2018-03-28 17:50:14 +02:00
|
|
|
"name": "Support",
|
2019-08-31 01:52:37 +02:00
|
|
|
"path": "https://forum.makecode.com/"
|
2018-03-28 17:50:14 +02:00
|
|
|
},
|
|
|
|
{
|
2018-05-03 20:48:10 +02:00
|
|
|
"name": "Troubleshoot",
|
2018-05-31 22:42:37 +02:00
|
|
|
"path": "https://makecode.mindstorms.com/troubleshoot"
|
2018-03-28 17:50:14 +02:00
|
|
|
},
|
2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "Blocks",
|
|
|
|
"path": "/blocks"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "JavaScript",
|
|
|
|
"path": "/javascript"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Reference",
|
|
|
|
"path": "/reference"
|
2019-09-09 18:08:38 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "FIRST LEGO League",
|
|
|
|
"path": "/fll"
|
2017-06-29 16:47:26 +02:00
|
|
|
}
|
|
|
|
],
|
2018-09-19 18:48:48 +02:00
|
|
|
"print": true,
|
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,
|
2018-09-19 18:50:21 +02:00
|
|
|
"saveInMenu": true,
|
2017-06-29 16:47:26 +02:00
|
|
|
"usbHelp": [],
|
|
|
|
"extendEditor": true,
|
2018-04-14 06:46:19 +02:00
|
|
|
"extendFieldEditors": true,
|
2019-10-09 06:57:55 +02:00
|
|
|
"scriptManager": true,
|
2023-04-25 21:06:54 +02:00
|
|
|
"debugger": true,
|
2019-10-09 06:57:55 +02:00
|
|
|
"importExtensionFiles": true,
|
|
|
|
"experiments": [
|
|
|
|
"python",
|
|
|
|
"alwaysGithubItemBlocks"
|
|
|
|
],
|
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": {
|
2017-12-12 01:55:00 +01:00
|
|
|
"loops": "#58AB41",
|
|
|
|
"logic": "#1E5AA8",
|
2018-02-07 10:42:16 +01:00
|
|
|
"math": "#7396C8",
|
2017-12-12 01:55:00 +01:00
|
|
|
"variables": "#B40000",
|
2017-12-19 23:20:35 +01:00
|
|
|
"text": "#FCAC00",
|
2017-12-12 01:55:00 +01:00
|
|
|
"advanced": "#969696",
|
2017-12-19 23:20:35 +01:00
|
|
|
"functions": "#19325A",
|
|
|
|
"arrays": "#901F76"
|
2017-07-11 11:55:59 +02:00
|
|
|
},
|
2018-01-03 23:20:33 +01:00
|
|
|
"blockIcons": {
|
|
|
|
"loops": "\uf10b",
|
|
|
|
"logic": "\uf10a",
|
|
|
|
"math": "\uf10c",
|
|
|
|
"variables": "\uf111",
|
|
|
|
"text": "\uf110",
|
|
|
|
"functions": "\uf108",
|
2018-04-30 19:06:24 +02:00
|
|
|
"arrays": "\uf109",
|
|
|
|
"search": "\uf11a",
|
|
|
|
"addpackage": "\uf105",
|
|
|
|
"advancedcollapsed": "\uf113",
|
|
|
|
"advancedexpanded": "\uf114"
|
2018-01-03 23:20:33 +01:00
|
|
|
},
|
2017-07-11 11:55:59 +02:00
|
|
|
"monacoColors": {
|
2018-03-30 18:11:13 +02:00
|
|
|
"editor.background": "#f9f9f9"
|
2018-05-10 20:05:16 +02:00
|
|
|
},
|
2018-10-17 20:33:18 +02:00
|
|
|
"fileNameExclusiveFilter": "[^a-zA-Z0-9]",
|
2019-10-09 06:57:55 +02:00
|
|
|
"qrCode": true,
|
|
|
|
"shareFinishedTutorials": true,
|
|
|
|
"nameProjectFirst": true,
|
2020-01-07 05:01:00 +01:00
|
|
|
"enableTrace": true,
|
|
|
|
"githubEditor": true
|
2017-12-14 00:35:53 +01:00
|
|
|
},
|
2019-11-26 00:04:30 +01:00
|
|
|
"ignoreDocsErrors": true,
|
|
|
|
"uploadDocs": true
|
2023-04-25 21:20:42 +02:00
|
|
|
}
|