Consistent config parameter case convention. Left the camel-case version for backwards compatibility.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
"target": {
|
||||
"name": "avr8",
|
||||
"physicalInterface": "debugWire"
|
||||
"physicalInterface": "debug-wire"
|
||||
},
|
||||
|
||||
"debugServer": {
|
||||
|
||||
@@ -126,6 +126,7 @@ namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr
|
||||
|
||||
return std::map<std::string, PhysicalInterface>({
|
||||
{"debugwire", PhysicalInterface::DEBUG_WIRE},
|
||||
{"debug-wire", PhysicalInterface::DEBUG_WIRE},
|
||||
{"pdi", PhysicalInterface::PDI},
|
||||
{"jtag", PhysicalInterface::JTAG},
|
||||
{"updi", PhysicalInterface::UPDI},
|
||||
|
||||
Reference in New Issue
Block a user