pxt-calliope/pxtarget.json

107 lines
3.8 KiB
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"id": "microbit",
2016-05-10 19:03:31 +02:00
"name": "m.pxt.io",
"title": "m.pxt.io",
2016-03-10 23:41:57 +01:00
"corepkg": "microbit",
2016-03-10 23:01:04 +01:00
"bundleddirs": [
"libs/microbit",
2016-03-11 07:17:32 +01:00
"libs/microbit-radio"
],
"cloud": {
"workspace": false,
"packages": true
},
"blocksprj": {
"id": "blocksprj",
"config": {
"name": "{0} block",
"dependencies": {
"microbit": "*",
"microbit-radio": "*"
},
"description": "",
"files": [
"main.blocks",
2016-05-03 23:45:10 +02:00
"main.ts"
]
},
"files": {
2016-05-17 07:04:41 +02:00
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_show_leds\"><field name=\"LED00\">FALSE</field><field name=\"LED10\">FALSE</field><field name=\"LED20\">FALSE</field><field name=\"LED30\">FALSE</field><field name=\"LED40\">FALSE</field><field name=\"LED01\">FALSE</field><field name=\"LED11\">TRUE</field><field name=\"LED21\">FALSE</field><field name=\"LED31\">TRUE</field><field name=\"LED41\">FALSE</field><field name=\"LED02\">FALSE</field><field name=\"LED12\">FALSE</field><field name=\"LED12\">FALSE</field><field name=\"LED22\">FALSE</field><field name=\"LED32\">FALSE</field><field name=\"LED42\">FALSE</field><field name=\"LED03\">TRUE</field><field name=\"LED13\">FALSE</field><field name=\"LED23\">FALSE</field><field name=\"LED33\">FALSE</field><field name=\"LED43\">TRUE</field><field name=\"LED04\">FALSE</field><field name=\"LED14\">TRUE</field><field name=\"LED24\">TRUE</field><field name=\"LED34\">TRUE</field><field name=\"LED44\">FALSE</field></block></xml>",
2016-05-03 23:45:10 +02:00
"main.ts": "\n"
}
},
"tsprj": {
"id": "tsprj",
"config": {
"name": "{0} bit",
"dependencies": {
"microbit": "*",
"microbit-radio": "*"
},
"description": "",
"files": [
2016-05-03 23:45:10 +02:00
"main.ts"
]
},
"files": {
2016-05-17 07:04:41 +02:00
"main.ts": "basic.showLeds(`\r\n . . . . .\r\n . # . # .\r\n . . . . .\r\n # . . . #\r\n . # # # .\r\n `);"
}
},
"compile": {
"isNative": false,
2016-04-08 19:49:43 +02:00
"hasHex": true,
"deployDrives": "^MICROBIT"
},
2016-04-22 07:46:40 +02:00
"runtime": {
2016-05-11 20:39:45 +02:00
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true
2016-04-22 07:46:40 +02:00
},
"simulator": {
2016-05-05 07:44:11 +02:00
"autoRun": true,
"aspectRatio": 1.22
},
"compileService": {
2016-05-17 01:24:44 +02:00
"gittag": "v0.1.10",
"serviceId": "ws"
},
"serial": {
"manufacturerFilter": "^mbed$",
2016-04-09 10:27:08 +02:00
"nameFilter": "^mbed Serial Port",
"log": true
},
"appTheme": {
2016-05-11 20:39:45 +02:00
"accentColor": "#5C2D91",
2016-05-10 19:01:36 +02:00
"logoUrl": "https://m.pxt.io/about",
"logo": "./static/microbit.simplified.svg",
"docsLogo": "./static/microbit.simplified.svg",
2016-05-11 20:39:45 +02:00
"portraitLogo": "./static/microbit.simplified.svg",
"footerLogo": "./static/microbit.simplified.svg",
2016-05-11 18:18:29 +02:00
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
2016-05-10 19:01:36 +02:00
"homeUrl": "https://m.pxt.io/",
"embedUrl": "https://m.pxt.io/",
"koduUrl": "https://www.kodugamelab.com/bbc-microbit/",
2016-05-11 15:45:45 +02:00
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"visualStudioCode": true,
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Lessons",
"path": "/lessons"
},
{
"name": "Reference",
"path": "/reference"
},
{
"name": "Device",
"path": "/device"
}
]
}
2016-05-11 20:39:45 +02:00
}