pxt-ev3/pxtarget.json
2017-07-25 11:48:02 +01:00

144 lines
4.2 KiB
JSON

{
"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",
"libs/music",
"libs/ev3"
],
"simulator": {
"autoRun": true,
"streams": true,
"aspectRatio": 0.67,
"parts": false,
"enableTrace": true,
"boardDefinition": {
"visual": "ev3"
}
},
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"publishing": true,
"importing": false,
"preferredPackages": [],
"githubPackages": true
},
"compile": {
"isNative": true,
"useUF2": true,
"useELF": true,
"hasHex": true,
"deployDrives": ".*",
"deployFileMarker": "INFO_UF2.TXT",
"driveName": "LEGO",
"flashCodeAlign": 256,
"floatingPoint": true,
"taggedInts": true,
"stackAlign": 2
},
"serial": {
"vendorId": "0x0694",
"productId": "0x0005",
"rawHID": true
},
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"onStartNamespace": "loops",
"onStartColor": "#0F841C"
},
"compileService": {
"buildEngine": "dockermake",
"dockerImage": "pext/ev3",
"serviceId": "ev3"
},
"appTheme": {
"accentColor": "#0089BF",
"logoUrl": "https://lego.makecode.com",
"logo": "./static/logo.svg",
"docsLogo": "./static/logo.square.svg",
"portraitLogo": "./static/logo.square.svg",
"footerLogo": "./static/logo.square.svg",
"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",
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png",
"homeUrl": "https://lego.makecode.com/",
"embedUrl": "https://lego.makecode.com/",
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
"boardName": "LEGO Mindstorms EV3 Brick",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Examples",
"path": "#projects:Examples"
},
{
"name": "Blocks",
"path": "/blocks"
},
{
"name": "JavaScript",
"path": "/javascript"
},
{
"name": "Reference",
"path": "/reference"
},
{
"name": "Buy",
"path": "https://www.lego.com/en-us/mindstorms/products/mindstorms-ev3-31313"
}
],
"galleries": {
"Make": "projects",
"Examples": "examples"
},
"sideDoc": "tutorials/getting-started",
"invertedMenu": false,
"invertedMonaco": false,
"monacoToolbox": true,
"invertedToolbox": true,
"exampleGallery": "examples",
"hasAudio": true,
"usbHelp": [],
"extendEditor": true,
"disableBlockIcons": true,
"blocklyOptions": {
},
"blockColors": {
"loops": "#0F841C",
"logic": "#3979B9",
"math": "#8A83BA",
"variables": "#D4000D",
"text": "#F0890A",
"advanced": "#7A8284",
"functions": "#064597",
"arrays": "#890058"
},
"monacoColors": {
"editor.background": "#ecf6ff"
}
}
}