Skip to content

Feather M0 Bluefruit missing from boards.txt #113

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

Closed
jeff-winn opened this issue May 13, 2019 · 3 comments
Closed

Feather M0 Bluefruit missing from boards.txt #113

jeff-winn opened this issue May 13, 2019 · 3 comments

Comments

@jeff-winn
Copy link

The Feather M0 Bluefruit board (product link) is missing from the boards.txt file with the VID and PID settings causing issues with board detection within the Arduino CLI.

  • vid "0x239A"
  • pid "0x0015"

Possible fix would be adding the following settings to the boards.txt file within the Adafruit Feather M0 (SAMD21) section:

adafruit_feather_m0.vid.2=0x239A
adafruit_feather_m0.pid.2=0x0015

I'm not entirely sure whether this is the correct patch, or if another board should be added with the configuration duplicated from the Feather M0 board configuration.

ladyada pushed a commit that referenced this issue May 13, 2019
@ladyada
Copy link
Member

ladyada commented May 13, 2019

yeah thats a good idea! i just added, want to try master branch and/or just adding that yourself. it'll get picked up in the next release

@jeff-winn
Copy link
Author

I already made the changes locally to ensure everything was being detected correctly prior to creating the issue and it's been happy since I made the change.

Thanks for putting the patch in, and love your feather products!

@ladyada
Copy link
Member

ladyada commented May 14, 2019

yayyyy! closin'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants