Skip to content

added Intel Galileo definition to Boards.h #98

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

Merged
merged 1 commit into from
Mar 9, 2014
Merged

Conversation

soundanalogous
Copy link
Member

I added IS_PIN_SPI(p) and used constants for I2C pins (SDA and SCL). I'm not sure if these constants are defined in the pins file for the Galileo. Someone with a Galileo please test.

@soundanalogous
Copy link
Member Author

Downloaded Arduino IDE for Galileo and confirmed that constants for SDA, SCL, SS, MOSI, MISO and SCK are defined in pins_arduino.h. The macro digitalPinHasPWM(p) is also defined for one of the 2 galileo variants (galileo_fab_d). Not sure why it is not defined for both? Does only one variant support PWM?

@ntruchsess
Copy link
Member

I could repair my laptop and start over testing with the Galileo-board Intel sent me, but again didn't succed as the IDE doesn't upload to the board but runs into timeout. Updating the firmware also doesn't work. Today I tried on a different machine with no succes either, so I suspect the board I got is 'dead on arrival' :-(

@soundanalogous
Copy link
Member Author

That's too bad. I'll see if Carlos can test again.

@soundanalogous
Copy link
Member Author

@rwaldron have you had a chance to try this with your galileo board? I don't have one to test with and ntruchsess' board was DOA.

@rwaldron
Copy link
Contributor

rwaldron commented Mar 7, 2014

Yes, I have and I did not encounter any issues—not to say that none exist. I used the "special" Galileo IDE with this pasted in (hacky, but does the job). I didn't get a chance to run every program, but the basics worked as expected (ie. digital read, digital write, analog read and analog write)

soundanalogous added a commit that referenced this pull request Mar 9, 2014
added Intel Galileo definition to Boards.h
@soundanalogous soundanalogous merged commit a8a487c into dev Mar 9, 2014
@soundanalogous soundanalogous deleted the galileo branch September 8, 2014 04:21
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