Skip to content

Commit

Permalink
Merge pull request #172 from per1234/rp2040-alias
Browse files Browse the repository at this point in the history
Expand rule LP045 to cover RP2040 architectures
  • Loading branch information
per1234 authored May 12, 2021
2 parents 15f880f + 408599a commit 609854e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/rule/rulefunction/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ func LibraryPropertiesArchitecturesFieldSoloAlias() (result ruleresult.Type, out
"espressif8266": {"esp8266"},
"intel_arc32": {"arc32"},
"nordicnrf52": {"nRF5", "nrf52", "mbed", "mbed_edge", "mbed_nano"},
"raspberrypi": {"mbed_nano", "mbed_rp2040", "rp2040"},
}

trueArchitecturePresent := func(trueArchitecturesQuery []string) bool {
Expand Down

0 comments on commit 609854e

Please sign in to comment.