2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"id": "ev3",
|
|
|
|
"platformid": "linux",
|
|
|
|
"nickname": "lego",
|
|
|
|
"name": "LEGO Mindstorms EV3",
|
|
|
|
"title": "LEGO Mindstorms EV3 - Blocks / Javascript editor",
|
|
|
|
"description": "A Blocks / JavaScript code editor for the LEGO Mindstorms EV3.",
|
|
|
|
"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-01-06 01:02:52 +01:00
|
|
|
"libs/chassis",
|
2018-01-16 23:52:49 +01:00
|
|
|
"libs/mood",
|
2017-12-19 16:07:50 +01:00
|
|
|
"libs/ev3",
|
2018-01-12 07:53:28 +01:00
|
|
|
"libs/storage",
|
|
|
|
"libs/datalog",
|
2018-01-04 21:55:30 +01:00
|
|
|
"libs/tests",
|
2018-02-27 00:16:17 +01:00
|
|
|
"libs/screen",
|
|
|
|
"libs/game",
|
2018-01-18 19:34:06 +01:00
|
|
|
"libs/automation"
|
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,
|
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,
|
|
|
|
"deployDrives": ".*",
|
|
|
|
"deployFileMarker": "INFO_UF2.TXT",
|
|
|
|
"driveName": "LEGO",
|
|
|
|
"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",
|
2017-12-19 16:07:50 +01:00
|
|
|
"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",
|
2017-12-12 01:58:29 +01:00
|
|
|
"onStartColor": "#58AB41",
|
2017-12-12 01:55:00 +01:00
|
|
|
"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/",
|
2017-10-03 08:28:44 +02:00
|
|
|
"logo": "./static/lego_education_logo.png",
|
2018-01-31 17:53:21 +01:00
|
|
|
"highContrastLogo": "./static/lego_education_logo_white.png",
|
2017-10-03 08:28:44 +02:00
|
|
|
"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-02-03 18:09:10 +01:00
|
|
|
"homeUrl": "https://makecode.legoeducation.com/",
|
|
|
|
"embedUrl": "https://makecode.legoeducation.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-02-03 18:09:10 +01:00
|
|
|
"betaUrl": "https://makecode.legoeducation.com/about",
|
2017-06-29 16:47:26 +02:00
|
|
|
"boardName": "LEGO Mindstorms EV3 Brick",
|
2017-12-05 19:53:26 +01:00
|
|
|
"selectLanguage": true,
|
|
|
|
"highContrast": true,
|
2017-06-29 16:47:26 +02:00
|
|
|
"docMenu": [
|
|
|
|
{
|
|
|
|
"name": "About",
|
|
|
|
"path": "/about"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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,
|
|
|
|
"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",
|
|
|
|
"arrays": "\uf109"
|
|
|
|
},
|
2017-07-11 11:55:59 +02:00
|
|
|
"monacoColors": {
|
|
|
|
"editor.background": "#ecf6ff"
|
2017-12-24 20:59:01 +01:00
|
|
|
}
|
2017-12-14 00:35:53 +01:00
|
|
|
},
|
2018-02-14 17:56:12 +01:00
|
|
|
"ignoreDocsErrors": true
|
2017-06-29 17:35:57 +02:00
|
|
|
}
|