pxt-stm32-nucleo
Version:
66 lines (64 loc) • 1.8 kB
JSON
{
"id": "stm32iotnode",
"name": "STM32 IoT Node",
"title": "STM32 IoT Node MakeCode Editor",
"description": "A Blocks / JavaScript code editor for the STM32 IoT Node powered by Microsoft MakeCode.",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": true,
"sharing": true,
"publishing": true,
"githubPackages": true
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"onStartColor": "#0078D7",
"onStartNamespace": "robotdulab",
"onStartWeight": 54
},
"simulator": {
"autoRun": false,
"stopOnChange" : true,
"enableTrace" : true
},
"appTheme": {
"logoUrl": "https://github.com/labaixbidouille/pxt-robotdulab",
"homeUrl": "http://labaixbidouille.github.io/pxt-robotdulab/",
"betaUrl": "https://makecode.com/",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
}
],
"coloredToolbox": true,
"monacoToolbox": true,
"invertedMenu": true,
"useStartPage": false,
"blocklyOptions": {
"grid": {
"spacing": 45,
"length": 7,
"colour": "rgba(189, 195, 199, 0.30)",
"snap": true
}
},
"simAnimationEnter": "fly right in",
"simAnimationExit": "fly right out",
"disableBlockIcons": false
}
}