Replaced JSON template configuration file with YAML equivalent (bloom.template.json -> bloom.template.yaml)
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"environments": {
|
||||
"default": {
|
||||
"debugTool": {
|
||||
"name": "atmel-ice",
|
||||
"releasePostDebugSession": true
|
||||
},
|
||||
|
||||
"target": {
|
||||
"name": "avr8",
|
||||
"physicalInterface": "debug-wire"
|
||||
},
|
||||
|
||||
"debugServer": {
|
||||
"name": "avr-gdb-rsp",
|
||||
"ipAddress": "127.0.0.1",
|
||||
"port": "1442"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"insight": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
17
resources/bloom.template.yaml
Normal file
17
resources/bloom.template.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
environments:
|
||||
default:
|
||||
debugTool:
|
||||
name: "atmel-ice"
|
||||
releasePostDebugSession: true
|
||||
|
||||
target:
|
||||
name: "avr8"
|
||||
physicalInterface: "debug-wire"
|
||||
|
||||
debugServer:
|
||||
name: "avr-gdb-rsp"
|
||||
ipAddress: "127.0.0.1"
|
||||
port: 1442
|
||||
|
||||
insight:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user