Files
BloomPatched/resources/bloom.template.json
Nav 138b45f8bd Small tweaks to port number extract in GDB RSP debug server.
Also included port and address configuration in template config file
2021-04-10 21:56:25 +01:00

22 lines
340 B
JSON

{
"environments": {
"default": {
"debugToolName": "atmel-ice",
"target": {
"name": "avr8",
"physicalInterface": "debugWire"
},
"debugServer": {
"name": "avr-gdb-rsp",
"ipAddress": "127.0.0.1",
"port": "1442"
}
}
},
"insight": {
"enabled": true
}
}