-
Notifications
You must be signed in to change notification settings - Fork 1k
[Tracking] Issues with new Arduino IDE 2.0 #1327
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
Hi @toogooda |
The CLI returns the following when you plug in any F103 variant (any I have):
So the unique VID/PID is duplicated on many devices, Doesn't the mapping for VID/PID to FQBN come from your core? They seem to all use the same VID/PID I assumed the fix was to have "VID": "0x1EAF" and "PID": "0x0004" map to something generic like "STM32F103 Series"... |
The list you provide comes from this core: https://github.com/rogerclarkmelbourne/Arduino_STM32 |
Interesting as I never installed that one on IDE 2.0, I used it years ago on the old IDE. So old cores installed on the old IDE still effect the new CLI... Thanks |
Simply check the boards.txt you will see that information comes from the one from https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/9ef6d9def84c998b7e590c6b5f27a5a796632e44/STM32F1/boards.txt#L13-L14 |
Thanks yes I found an old install of that core, once removed that issue went away. thanks for your help :) |
Describe the bug
The new Arduino IDE is in Beta testing 3 and I have been raising problems I am finding. They may need changes to boards.txt etc to ensure this core continues to work with the official Arduino IDE.
Ports all messed up just for your core, all seem to have the same VID/PID

arduino/arduino-ide#225
Items showing as unidentified

arduino/arduino-ide#220
To Reproduce
See links to recorded issues above
Steps to reproduce the behavior:
See links to issues
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: