Skip to content
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

Contributing a board with custom pins_arduino.h for Arduino Framework #15

Closed
Rodmg opened this issue Oct 14, 2016 · 1 comment
Closed

Comments

@Rodmg
Copy link
Contributor

Rodmg commented Oct 14, 2016

Hello, I would like to contribute the support for a board called Altair, I successfully got it working by making a custom board json file and putting it in ~/.platformio/boards and manually copying the custom pins_arduino.h to ~/.platformio/packages/framework-arduinoavr/variants/altair/.

Here are the files and instructions to manually install it: https://github.com/Rodmg/altair-platformio

However this is not convenient as I have to copy the pins_arduino.h file again every time the framework is updated.

I've been looking at the platform-atmelavr (this) github repository and I know that I could make a pull request for adding the board json definition, however I cannot find where to put the pins_arduino.h file.

Where are the board variant files located?

Thank you.

@Rodmg Rodmg changed the title Contributing a board with custom pins_arduino.h for Arduion Framework Contributing a board with custom pins_arduino.h for Arduino Framework Oct 14, 2016
@ivankravets
Copy link
Member

The repo is created. Please make PR to it.

https://github.com/platformio/platformio-pkg-framework-arduinoavr

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

No branches or pull requests

2 participants