Expand rule LP045 to cover RP2040 architectures · arduino/arduino-lint@408599a (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1041,6 +1041,7 @@ func LibraryPropertiesArchitecturesFieldSoloAlias() (result ruleresult.Type, out
1041 1041 "espressif8266": {"esp8266"},
1042 1042 "intel_arc32": {"arc32"},
1043 1043 "nordicnrf52": {"nRF5", "nrf52", "mbed", "mbed_edge", "mbed_nano"},
1044 +"raspberrypi": {"mbed_nano", "mbed_rp2040", "rp2040"},
1044 1045 }
1045 1046
1046 1047 trueArchitecturePresent := func(trueArchitecturesQuery []string) bool {