Renamed debugTool and debugServer project config params to tool and server, respectively.

Also a little tidying in ProjectConfig.cpp
This commit is contained in:
Nav
2023-07-13 01:57:13 +01:00
parent 30514f8900
commit 33aea9bd69
2 changed files with 32 additions and 32 deletions

View File

@@ -1,13 +1,13 @@
environments:
default:
debugTool:
tool:
name: "xplained-pro"
target:
name: "atmega4809"
physicalInterface: "updi"
debugServer:
server:
name: "avr-gdb-rsp"
ipAddress: "127.0.0.1"
port: 1442