Skip to content

Commit 432e5bf

Browse files
Merge pull request #5253 from amq/patch-3
Add missing device_name for targets with bootloader
2 parents 058f011 + 0958a8d commit 432e5bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,6 +2906,7 @@
29062906
"macros_add": ["EFM32PG12B500F1024GL125", "TRANSACTION_QUEUE_SIZE_SPI=4"],
29072907
"supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
29082908
"release_versions": ["2", "5"],
2909+
"device_name": "EFM32PG12B500F1024GL125",
29092910
"public": false,
29102911
"bootloader_supported": true
29112912
},
@@ -2958,6 +2959,7 @@
29582959
"macros_add": ["EFR32MG12P332F1024GL125", "TRANSACTION_QUEUE_SIZE_SPI=4"],
29592960
"supported_toolchains": ["GCC_ARM", "ARM", "uARM", "IAR"],
29602961
"release_versions": ["2", "5"],
2962+
"device_name": "EFR32MG12P332F1024GL125",
29612963
"public": false,
29622964
"bootloader_supported": true
29632965
},

0 commit comments

Comments
 (0)