初始化提交

This commit is contained in:
王立帮
2024-07-19 10:16:00 +08:00
parent 4c7b571f20
commit 4a2d56dcc4
7084 changed files with 741212 additions and 63 deletions

View File

@@ -0,0 +1,65 @@
{
"board": {
"micro:bit v1": "micropython:nrf51822:v1",
"micro:bit v2": "micropython:nrf51822:v2"
},
"language": "MicroPython",
"burn": {
"type": "volume",
"volumeName": "MICROBIT",
"micropython:nrf51822:v1": {
"filePath": "{indexPath}/build/microbit-micropython-v1.hex"
},
"micropython:nrf51822:v2": {
"filePath": "{indexPath}/build/microbit-micropython-v2.hex"
}
},
"upload": {
"type": "command",
"portSelect": [
{
"vendorId": "0D28",
"productId": "0204"
}
],
"libPath": [
"{indexPath}/build/lib"
],
"command": "\"{ampy}\" -p {com} -d 1 -r \"{reset}\" put \"{indexPath}/build/upload\"",
"filePath": "{indexPath}/build/upload/main.py",
"copyLib": true,
"reset": []
},
"nav": {
"burn": true,
"upload": true,
"save": {
"py": true
},
"setting": {
"pythonToBlockly": true
}
},
"serial": {
"ctrlCBtn": true,
"ctrlDBtn": true,
"baudRates": 115200,
"yMax": 100,
"yMin": 0,
"pointNum": 100,
"rts": true,
"dtr": true
},
"pythonToBlockly": false,
"web": {
"com": "usb",
"burn": {
"micropython:nrf51822:v1": {
"filePath": "./build/microbit-micropython-v1-lib.hex"
},
"micropython:nrf51822:v2": {
"filePath": "./build/microbit-micropython-v2-lib.hex"
}
}
}
}