@@ -39,36 +39,38 @@ func init() {
3939 testDataPath = workingDirectory .Join ("testdata" )
4040
4141 validPlatformTxtMap = map [string ]string {
42- "name" : "Arduino AVR Boards" ,
43- "version" : "1.8.3" ,
44- "compiler.warning_flags.none" : "asdf" ,
45- "compiler.warning_flags.default" : "asdf" ,
46- "compiler.warning_flags.more" : "asdf" ,
47- "compiler.warning_flags.all" : "asdf" ,
48- "compiler.c.extra_flags" : "" ,
49- "compiler.c.elf.extra_flags" : "" ,
50- "compiler.S.extra_flags" : "" ,
51- "compiler.cpp.extra_flags" : "" ,
52- "compiler.ar.extra_flags" : "" ,
53- "compiler.objcopy.eep.extra_flags" : "" ,
54- "compiler.elf2hex.extra_flags" : "" ,
55- "recipe.c.o.pattern" : "asdf {compiler.c.extra_flags}" ,
56- "recipe.cpp.o.pattern" : "asdf {compiler.cpp.extra_flags}" ,
57- "recipe.S.o.pattern" : "asdf {compiler.S.extra_flags}" ,
58- "recipe.ar.pattern" : "asdf {compiler.ar.extra_flags}" ,
59- "recipe.c.combine.pattern" : "asdf {compiler.c.elf.extra_flags}" ,
60- "recipe.objcopy.eep.pattern" : "asdf" ,
61- "recipe.objcopy.hex.pattern" : "asdf" ,
62- "recipe.output.tmp_file" : "asdf" ,
63- "recipe.output.save_file" : "asdf" ,
64- "recipe.size.pattern" : "asdf" ,
65- "recipe.size.regex" : "asdf" ,
66- "recipe.size.regex.data" : "asdf" ,
67- "pluggable_discovery.required.0" : "builtin:serial-discovery" ,
68- "pluggable_discovery.required.1" : "builtin:mdns-discovery" ,
69- "tools.avrdude.upload.params.verbose" : "-v" ,
70- "tools.avrdude.upload.params.quiet" : "-q -q" ,
71- "tools.avrdude.upload.pattern" : "asdf" ,
42+ "name" : "Arduino AVR Boards" ,
43+ "version" : "1.8.3" ,
44+ "compiler.warning_flags.none" : "asdf" ,
45+ "compiler.warning_flags.default" : "asdf" ,
46+ "compiler.warning_flags.more" : "asdf" ,
47+ "compiler.warning_flags.all" : "asdf" ,
48+ "compiler.c.extra_flags" : "" ,
49+ "compiler.c.elf.extra_flags" : "" ,
50+ "compiler.S.extra_flags" : "" ,
51+ "compiler.cpp.extra_flags" : "" ,
52+ "compiler.ar.extra_flags" : "" ,
53+ "compiler.objcopy.eep.extra_flags" : "" ,
54+ "compiler.elf2hex.extra_flags" : "" ,
55+ "recipe.c.o.pattern" : "asdf {compiler.c.extra_flags}" ,
56+ "recipe.cpp.o.pattern" : "asdf {compiler.cpp.extra_flags}" ,
57+ "recipe.S.o.pattern" : "asdf {compiler.S.extra_flags}" ,
58+ "recipe.ar.pattern" : "asdf {compiler.ar.extra_flags}" ,
59+ "recipe.c.combine.pattern" : "asdf {compiler.c.elf.extra_flags}" ,
60+ "recipe.objcopy.eep.pattern" : "asdf" ,
61+ "recipe.objcopy.hex.pattern" : "asdf" ,
62+ "recipe.output.tmp_file" : "asdf" ,
63+ "recipe.output.save_file" : "asdf" ,
64+ "recipe.size.pattern" : "asdf" ,
65+ "recipe.size.regex" : "asdf" ,
66+ "recipe.size.regex.data" : "asdf" ,
67+ "pluggable_discovery.required.0" : "builtin:serial-discovery" ,
68+ "pluggable_discovery.required.1" : "builtin:mdns-discovery" ,
69+ "pluggable_monitor.required.carrier-pigeon" : "coop:coo" ,
70+ "pluggable_monitor.required.network" : "foo:network-monitor" ,
71+ "tools.avrdude.upload.params.verbose" : "-v" ,
72+ "tools.avrdude.upload.params.quiet" : "-q -q" ,
73+ "tools.avrdude.upload.pattern" : "asdf" ,
7274 }
7375}
7476
0 commit comments