pxt-ev3/pxtarget.json

176 lines
5.2 KiB
JSON
Raw Permalink Normal View History

2017-06-29 15:47:26 +01: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 15:47:26 +01:00
"corepkg": "ev3",
"bundleddirs": [
"libs/base",
"libs/core",
2017-07-07 11:44:34 +01:00
"libs/music",
"libs/color-sensor",
"libs/touch-sensor",
2017-11-30 09:38:04 -08:00
"libs/ultrasonic-sensor",
2017-11-30 09:53:43 -08:00
"libs/infrared-sensor",
2017-11-30 10:34:34 -08:00
"libs/gyro-sensor",
2018-02-26 15:59:36 -08:00
"libs/screen",
"libs/ev3"
2017-06-29 15:47:26 +01:00
],
"simulator": {
"autoRun": true,
"streams": true,
2017-12-18 13:04:17 -08:00
"aspectRatio": 0.5,
2017-06-29 15:47:26 +01:00
"parts": false,
2017-07-11 11:15:17 +03:00
"enableTrace": true,
"boardDefinition": {
"visual": "ev3"
}
2017-06-29 15:47:26 +01:00
},
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"publishing": true,
2018-02-13 21:41:49 -08:00
"importing": true,
2017-06-29 15:47:26 +01:00
"preferredPackages": [],
"githubPackages": true
},
"compile": {
"isNative": true,
"useUF2": true,
2017-07-05 01:28:45 +02:00
"useELF": true,
2017-06-29 15:47:26 +01:00
"hasHex": true,
"deployDrives": ".*",
"deployFileMarker": "INFO_UF2.TXT",
2018-04-11 07:58:02 -07:00
"driveName": "EV3",
2017-06-29 15:47:26 +01:00
"flashCodeAlign": 256,
"floatingPoint": true,
2017-07-05 01:28:45 +02:00
"taggedInts": true,
"stackAlign": 2
2017-06-29 15:47:26 +01:00
},
2017-07-06 17:34:31 +01:00
"serial": {
"vendorId": "0x0694",
"productId": "0x0005",
"rawHID": true,
"useEditor": true,
"log": true
},
2017-06-29 15:47:26 +01:00
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"onStartNamespace": "loops",
"onStartWeight": 100,
2017-12-11 16:58:29 -08:00
"onStartColor": "#58AB41",
"pauseUntilBlock": {
"category": "loops"
}
2017-06-29 15:47:26 +01:00
},
"compileService": {
"buildEngine": "dockermake",
2017-10-30 12:45:37 +00:00
"dockerImage": "pext/ev3:zlib",
2017-06-29 15:47:26 +01:00
"serviceId": "ev3"
},
"appTheme": {
"accentColor": "#0089BF",
2018-02-03 09:09:10 -08: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 15:47:26 +01: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 18:16:01 +03:00
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png",
2018-02-03 09:09:10 -08:00
"homeUrl": "https://makecode.legoeducation.com/",
"embedUrl": "https://makecode.legoeducation.com/",
2017-06-29 15:47:26 +01: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 09:09:10 -08:00
"betaUrl": "https://makecode.legoeducation.com/about",
2018-04-11 07:58:02 -07:00
"driveDisplayName": "EV3",
"boardName": "LEGO® MINDSTORMS® Education EV3",
2017-12-05 10:53:26 -08:00
"selectLanguage": true,
"availableLocales": [
"en"
],
2017-12-05 10:53:26 -08:00
"highContrast": true,
2017-06-29 15:47:26 +01:00
"docMenu": [
{
"name": "Support",
2018-03-28 21:36:53 -07:00
"path": "http://service.lego.com"
},
{
2018-05-03 11:48:10 -07:00
"name": "Troubleshoot",
"path": "/troubleshoot"
},
2017-06-29 15:47:26 +01:00
{
"name": "Blocks",
"path": "/blocks"
},
{
"name": "JavaScript",
"path": "/javascript"
},
{
"name": "Reference",
"path": "/reference"
}
],
2017-10-24 21:08:02 -07:00
"showHomeScreen": true,
"homeScreenHero": "./static/hero.png",
2017-07-07 18:16:01 +03:00
"invertedMenu": false,
"invertedMonaco": false,
2017-06-29 15:47:26 +01:00
"monacoToolbox": true,
2018-02-12 12:23:25 -08:00
"invertedToolbox": false,
"coloredToolbox": true,
2017-06-29 15:47:26 +01:00
"hasAudio": true,
"usbHelp": [],
"extendEditor": true,
2018-04-13 21:46:19 -07:00
"extendFieldEditors": true,
2017-06-29 15:47:26 +01:00
"disableBlockIcons": true,
"blocklyOptions": {
2018-02-08 11:49:26 -08:00
"grid": {
"spacing": 40,
"length": 2,
"colour": "#ddd"
}
2017-06-29 15:47:26 +01:00
},
"blockColors": {
"loops": "#58AB41",
"logic": "#1E5AA8",
2018-02-07 01:42:16 -08: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 09:11:13 -07:00
"editor.background": "#f9f9f9"
}
2017-12-13 15:35:53 -08:00
},
"ignoreDocsErrors": true
2017-06-29 16:35:57 +01:00
}