Skip to content

Commit e641a04

Browse files
c1728p9adbridge
authored andcommitted
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 00844af commit e641a04

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
@@ -2036,7 +2036,6 @@
20362036
},
20372037
"NUCLEO_F031K6": {
20382038
"inherits": ["FAMILY_STM32"],
2039-
"supported_form_factors": ["ARDUINO"],
20402039
"core": "Cortex-M0",
20412040
"default_toolchain": "uARM",
20422041
"extra_labels_add": ["STM32F0", "STM32F031K6"],
@@ -2061,7 +2060,6 @@
20612060
},
20622061
"NUCLEO_F042K6": {
20632062
"inherits": ["FAMILY_STM32"],
2064-
"supported_form_factors": ["ARDUINO"],
20652063
"core": "Cortex-M0",
20662064
"default_toolchain": "uARM",
20672065
"extra_labels_add": ["STM32F0", "STM32F042K6"],
@@ -2254,7 +2252,6 @@
22542252
},
22552253
"NUCLEO_F303K8": {
22562254
"inherits": ["FAMILY_STM32"],
2257-
"supported_form_factors": ["ARDUINO"],
22582255
"core": "Cortex-M4F",
22592256
"extra_labels_add": ["STM32F3", "STM32F303x8", "STM32F303K8"],
22602257
"config": {
@@ -3057,7 +3054,6 @@
30573054
"core": "Cortex-M0+",
30583055
"extra_labels_add": ["STM32L0", "STM32L031K6"],
30593056
"default_toolchain": "uARM",
3060-
"supported_form_factors": ["ARDUINO"],
30613057
"config": {
30623058
"clock_source": {
30633059
"help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
@@ -3164,7 +3160,6 @@
31643160
},
31653161
"NUCLEO_L432KC": {
31663162
"inherits": ["FAMILY_STM32"],
3167-
"supported_form_factors": ["ARDUINO"],
31683163
"core": "Cortex-M4F",
31693164
"extra_labels_add": ["STM32L4", "STM32L432xC", "STM32L432KC"],
31703165
"config": {

0 commit comments

Comments
 (0)