-
Notifications
You must be signed in to change notification settings - Fork 518
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
add seeedunio xiao to boards.h please #475
Comments
Hey, You can add the following to boards.h to support the XIAO. Cheers,
|
Hi, |
You might find the correct name to use in the compiler output. Look in the compiler output for a parameter that starts with -D. You can also post the compiler output here if you don't find it. Make sure the output is set to verbose (in the IDE preferences). |
Thanks! I found the correct name in the compiler output: "ARDUINO-SEEED-XIAO-M0" works! |
Would be great if you could create a PR for this, but preferably on ConfigurableFirmata, as this repo is not being actively maintained at this time. |
To clarify, we would appreciate your contribution to this library. It is being maintained, but not advanced. Any contributions here will help all those using Firmata via the Arduino IDE. |
I am willing to contribute, but never before I did a PR. I have to learn first how to make a PR. My Seeduino board worked with the following definition: My NANO EVERY board as follows: |
User vickkky's solution from firmata/arduino#475
I'm not having luck with this. I copied & pasted, to the end of the existing boards list, Vickkkkys block along with gerhard1951 corrected name to my board.h that I brought local to my project for testing. I continue to get several warnings and error : Please edit Boards.h with a hardware abstraction for this board. |
@al-davis Please post the build log (make sure to enable verbose output first). That will help in understanding the problem. |
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Seeeduino XIAO, Arduino, Off"
|
In addition to above here is a snippet to show where & how the adds where made to board.h // Adafruit Bluefruit nRF52 boards // Seeeduino XIAO // anything else // as long this is not defined for all boards: #ifndef IS_PIN_SERIAL |
Hmm.... That should work. Maybe you edited the wrong file. The file you are suposed to edit is |
Well, that is the file I started with. I brought a copy into the same space as the .ino file and edited it. Also changed the #include in the .ino file from #include <Boards.h> to #include "Boards.h" . Now I'm wondering is some of the firma files are getting the original boards.h. I'll go check into that. |
Yes that is an issue. Now I'm trying to sort thru permissions hell. My projects/IDE aren't in Administrator space but all these files are. Thanks for your help, I'll let you know. |
OK, that got it to compile. I appreciate you jumping in to help. Al |
hi could you add the seeeduino xiao to boards.h please
thanks
lee
The text was updated successfully, but these errors were encountered: