You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: