-
-
Notifications
You must be signed in to change notification settings - Fork 72
Ghost boards appearing in board selection menu [ Mac ] #262
Comments
I could reproduce this issue finally, I had to install I immediately started to see the following error:
Something is different with this core, some IDs or names are not unique. Still checking... |
I can confirm, there are duplicates in the {
"name": "Adafruit SAMD Boards",
"architecture": "samd",
"version": "1.5.2",
"category": "Adafruit",
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-samd-1.5.2.tar.bz2",
"archiveFileName": "adafruit-samd-1.5.2.tar.bz2",
"checksum": "SHA-256:4ea84be363d82398dea03e25d1f3f5d1b40ad9658d73057749faad2a34cb2cac",
"size": "15695783",
"help": {
"online": "https://forums.adafruit.com"
},
"boards": [
{
"name": "Adafruit Feather M0"
},
{
"name": "Adafruit Feather M0 Express"
},
{
"name": "Adafruit Metro M0 Express"
},
{
"name": "Adafruit Circuit Playground Express"
},
{
"name": "Adafruit Gemma M0"
},
{
"name": "Adafruit Trinket M0"
},
{
"name": "Adafruit ItsyBitsy M0"
},
{
"name": "Adafruit pIRkey M0"
},
{
"name": "Adafruit Metro M4"
},
{
"name": "Adafruit Grand Central M4"
},
{
"name": "Adafruit ItsyBitsy M4"
},
{
"name": "Adafruit Grand Central M4"
},
{
"name": "Adafruit Feather M4 Express"
},
{
"name": "Adafruit Hallowing M0"
},
{
"name": "Adafruit NeoTrellis M4"
},
{
"name": "Adafruit PyPortal M4"
},
{
"name": "Adafruit PyBadge M4"
},
{
"name": "Adafruit Metro M4 AirLift"
}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.7.0"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.8.0-48-gb176eee"
},
{
"packager": "arduino",
"name": "openocd",
"version": "0.9.0-arduino"
},
{
"packager": "arduino",
"name": "CMSIS",
"version": "4.5.0"
},
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.2.0"
}
]
},
|
Thank you for hunting this down, @kittaakos |
I can propose the following; if the board is not yet installed (no FQBN) we show |
This is just my naive assumption. |
oops we can also fix it in our BSP @hathach can you check it out and remove the duplicate & bump the samd BSP version by 0.0.1 :) |
👍 |
@ladyada it's a minor slip, we're happy this issue helps you do some cleanup :) |
Done at adafruit/arduino-board-index#70 :) |
Describe the bug
One one of my machines when I go select a board for the current sketch, whatever I type I get two of these entries (Adafruit Grand Central M4) every time the search query changes.
To Reproduce
Steps to reproduce the behavior:
I have not been able to reproduce it on my other machine, but on the one I'm on now it keeps doing it.
arduino-cli.yaml
is the same on both machinesAdafruit Grande Central M4
Expected behavior
n/a
Screenshots
Desktop (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: