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