mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Add variant for bbcmicrobit board
This commit is contained in:
@ -70,7 +70,8 @@ MBED_VARIANTS = {
|
|||||||
"dfcm_nnn40": "DELTA_DFCM_NNN40",
|
"dfcm_nnn40": "DELTA_DFCM_NNN40",
|
||||||
"samr21_xpro": "SAMR21G18A",
|
"samr21_xpro": "SAMR21G18A",
|
||||||
"saml21_xpro_b": "SAML21J18A",
|
"saml21_xpro_b": "SAML21J18A",
|
||||||
"samd21_xpro": "SAMD21J18A"
|
"samd21_xpro": "SAMD21J18A",
|
||||||
|
"bbcmicrobit": "NRF51822"
|
||||||
}
|
}
|
||||||
|
|
||||||
MBED_LIBS_MAP = {
|
MBED_LIBS_MAP = {
|
||||||
|
Reference in New Issue
Block a user