Provide a map for nrf52 and rp2040 declared in library.properties // Resolve #4803

This commit is contained in:
Ivan Kravets
2023-12-07 14:09:11 +02:00
parent 827bd09c61
commit fb93c1937c

View File

@ -540,6 +540,8 @@ class LibraryPropertiesManifestParser(BaseManifestParser):
"esp32": "espressif32",
"arc32": "intel_arc32",
"stm32": "ststm32",
"nrf52": "nordicnrf52",
"rp2040": "raspberrypi",
}
for arch in properties.get("architectures", "").split(","):
if "particle-" in arch: