Skip to content

Commit a8d2fa6

Browse files
committed
Merge pull request #1827 from mbedmicro/fix_progen_efm32
targets - fix progen names (use - instead of _)
2 parents 64edea6 + 795963c commit a8d2fa6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

hal/targets.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,23 +1396,23 @@
13961396
"macros": ["EFM32GG990F1024"],
13971397
"extra_labels": ["Silicon_Labs", "EFM32"],
13981398
"supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
1399-
"progen": {"target": "efm32gg_stk3700"}
1399+
"progen": {"target": "efm32gg-stk"}
14001400
},
14011401
"EFM32LG_STK3600": {
14021402
"inherits": ["Target"],
14031403
"core": "Cortex-M3",
14041404
"macros": ["EFM32LG990F256"],
14051405
"extra_labels": ["Silicon_Labs", "EFM32"],
14061406
"supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
1407-
"progen": {"target": "efm32lg_stk3600"}
1407+
"progen": {"target": "efm32lg-stk"}
14081408
},
14091409
"EFM32WG_STK3800": {
14101410
"inherits": ["Target"],
14111411
"core": "Cortex-M4F",
14121412
"macros": ["EFM32WG990F256"],
14131413
"extra_labels": ["Silicon_Labs", "EFM32"],
14141414
"supported_toolchains": ["GCC_ARM", "ARM", "uARM"],
1415-
"progen": {"target": "efm32wg_stk3800"}
1415+
"progen": {"target": "efm32wg-stk"}
14161416
},
14171417
"EFM32ZG_STK3200": {
14181418
"inherits": ["Target"],
@@ -1422,7 +1422,7 @@
14221422
"extra_labels": ["Silicon_Labs", "EFM32"],
14231423
"macros": ["EFM32ZG222F32"],
14241424
"progen": {
1425-
"target": "efm32zg_stk3200",
1425+
"target": "efm32zg-stk",
14261426
"uvision": {
14271427
"template": ["uvision_microlib.uvproj.tmpl"]
14281428
}
@@ -1436,7 +1436,7 @@
14361436
"extra_labels": ["Silicon_Labs", "EFM32"],
14371437
"macros": ["EFM32HG322F64"],
14381438
"progen": {
1439-
"target": "efm32hg_stk3400",
1439+
"target": "efm32hg-stk",
14401440
"uvision": {
14411441
"template": ["uvision_microlib.uvproj.tmpl"]
14421442
}
@@ -1448,23 +1448,23 @@
14481448
"macros": ["EFM32PG1B200F256GM48"],
14491449
"extra_labels": ["Silicon_Labs", "EFM32"],
14501450
"supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
1451-
"progen": {"target": "efm32pg_stk3401"}
1451+
"progen": {"target": "efm32pg-stk"}
14521452
},
14531453
"WIZWIKI_W7500": {
14541454
"supported_form_factors": ["ARDUINO"],
14551455
"core": "Cortex-M0",
14561456
"extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500"],
14571457
"supported_toolchains": ["uARM", "ARM"],
14581458
"inherits": ["Target"],
1459-
"progen": {"target": "wizwiki_w7500"}
1459+
"progen": {"target": "wizwiki-w7500"}
14601460
},
14611461
"WIZWIKI_W7500P": {
14621462
"supported_form_factors": ["ARDUINO"],
14631463
"core": "Cortex-M0",
14641464
"extra_labels": ["WIZNET", "W7500x", "WIZwiki_W7500P"],
14651465
"supported_toolchains": ["uARM", "ARM"],
14661466
"inherits": ["Target"],
1467-
"progen": {"target": "wizwiki_w7500p"}
1467+
"progen": {"target": "wizwiki-w7500p"}
14681468
},
14691469
"WIZWIKI_W7500ECO": {
14701470
"inherits": ["Target"],

0 commit comments

Comments
 (0)