Skip to content

Added support for Intel's Galileo Board #96

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
wants to merge 31 commits into from
Closed

Conversation

CarlosRMontesinos
Copy link

No description provided.

fixed memory leak in string buffer
fixes file path issue for windows in setFirmwareNameAndVersion
@soundanalogous
Copy link
Member

couple of things here:

  1. Are you certain that ARDUINO_LINUX will only ever be used for the Galileo board and no other linux-based Arduino have a different pin structure?
  2. The pull request is not right. It appears that you made changes to the master and dev branch of your fork rather than creating a feature branch. You need to either revert your master and dev branchs back to their original state or copy the changes you made to Boards.h, delete your entire fork and reclone the firmata/arduino repository.

Once you have master and dev restored, follow this tutorial to create a reference to the original repository and create a feature branch (name it 'galileo-support'). Only make changes in the feature branch (copy the changes you made to Boards.h). Then open a pull request to merge your galileo-support branch into firmata/arduino dev branch.

Let me know if you have any questions.

@ntruchsess
Copy link
Member

I received my Galileo-board on Friday and managed to merge the change correctly into my local configurable, but when going to test, plugging in the Galileo-board fried my Laptops usb-ports :-(
(This might actually be not by failure of the Galileo-board istself - as Google told me the X40-thinkpad seem to have usb not correclty protected against static discharge so their southbridge-chips eventually fail when you plug-in an usb-device). I'll test as soon I've repaired this...

@soundanalogous
Copy link
Member

opened a new pull request for this: #98

@soundanalogous
Copy link
Member

Hi Carlos, can you test the galileo branch when you have a chance: #98 and let me know if works?

I don't have a Galileo board to test with and Norbert's board seemed to be DOA.

Thanks.

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

Successfully merging this pull request may close these issues.

3 participants