Skip to content

Commit 1e0f3b7

Browse files
committed
Remove ARDUINO form factor for nano devices
Remove ARDUINO from supported form factors on devices which have the physical form factor of the arduino nano.
1 parent db8c31d commit 1e0f3b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

targets/targets.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,6 @@
20352035
},
20362036
"NUCLEO_F031K6": {
20372037
"inherits": ["FAMILY_STM32"],
2038-
"supported_form_factors": ["ARDUINO"],
20392038
"core": "Cortex-M0",
20402039
"default_toolchain": "uARM",
20412040
"extra_labels_add": ["STM32F0", "STM32F031K6"],
@@ -2060,7 +2059,6 @@
20602059
},
20612060
"NUCLEO_F042K6": {
20622061
"inherits": ["FAMILY_STM32"],
2063-
"supported_form_factors": ["ARDUINO"],
20642062
"core": "Cortex-M0",
20652063
"default_toolchain": "uARM",
20662064
"extra_labels_add": ["STM32F0", "STM32F042K6"],
@@ -2245,7 +2243,6 @@
22452243
},
22462244
"NUCLEO_F303K8": {
22472245
"inherits": ["FAMILY_STM32"],
2248-
"supported_form_factors": ["ARDUINO"],
22492246
"core": "Cortex-M4F",
22502247
"extra_labels_add": ["STM32F3", "STM32F303x8", "STM32F303K8"],
22512248
"config": {
@@ -3041,7 +3038,6 @@
30413038
"core": "Cortex-M0+",
30423039
"extra_labels_add": ["STM32L0", "STM32L031K6"],
30433040
"default_toolchain": "uARM",
3044-
"supported_form_factors": ["ARDUINO"],
30453041
"config": {
30463042
"clock_source": {
30473043
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
@@ -3148,7 +3144,6 @@
31483144
},
31493145
"NUCLEO_L432KC": {
31503146
"inherits": ["FAMILY_STM32"],
3151-
"supported_form_factors": ["ARDUINO"],
31523147
"core": "Cortex-M4F",
31533148
"extra_labels_add": ["STM32L4", "STM32L432xC", "STM32L432KC"],
31543149
"config": {

0 commit comments

Comments
 (0)