Files
BloomPatched/resources/bloom.template.json

26 lines
404 B
JSON
Raw Normal View History

2021-04-04 21:04:12 +01:00
{
"environments": {
"default": {
"debugTool": {
"name": "atmel-ice",
"releasePostDebugSession": true
},
2021-04-04 21:04:12 +01:00
"target": {
"name": "avr8",
"physicalInterface": "debugWire"
},
"debugServer": {
"name": "avr-gdb-rsp",
"ipAddress": "127.0.0.1",
"port": "1442"
2021-04-04 21:04:12 +01:00
}
}
},
"insight": {
"enabled": true
}
}