-
-
Notifications
You must be signed in to change notification settings - Fork 442
Official STM32 Port selection duplication #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK have done further testing I think this relates to CLI fqbn where there may be the same result for the entire series so when detected it list all of them instead of just listing "STM32F103 Series" or such. |
Yes looks like if comes from CLI
Looks like it is not unique they are all part of "STM32F103 Series" perhaps "STM32F103 Series" should be the FQBN |
Have also created under CLI and told STM32 Core guys, as I don't know where it should be fixed. |
Closing as related to very old install on original IDE of Dan Browns STM32 core. Once I removed it the problem went away. |
For the benefit of others who might find this issue in their researches after experiencing this sort of phenomenon, I'll link to the related discussion here: arduino/arduino-cli#1225 |
Describe the bug

Display and selection of com port is mixed up in what looks like a cartesian join the variant options.
The official STM32 core has multi layered board selection for example you first select "Generic STM32F1 Series" then you select the specific "Board part number" which is the variant. You can also select the COM port separately as shown in the below image:
However in the new IDE2.0 the port is duplicated for every possible variant. which suggests your unique key is not unique.

What is also strange is that if you select any of them they all get selected and the same when deselecting

To Reproduce
Steps to reproduce the behavior:
Expected behavior
As variant selection is another menu option the COM port selection should only show com ports and only once.
Desktop (please complete the following information):
Windows 10
Did further investigating, the com ports showing the STM32F103 items does not change even if you select a different generic series .

The text was updated successfully, but these errors were encountered: