Files
BloomPatched/resources/bloom.template.json

22 lines
340 B
JSON
Raw Normal View History

2021-04-04 21:04:12 +01:00
{
"environments": {
"default": {
"debugToolName": "atmel-ice",
"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
}
}