Hi there!
I have a problem with a custom board that I develop with. I can work with Arduino IDE with no problem. This board have its own libraries, variants and cores.
I have created a custom platform on Atom and a custom board inside packages/framework-arduinoavr (its own core and its own variant) and it only works when I install custom libraries on the project lib folder.
What I want is to create another package framework (like framework-arduinoavr) but with my own boards (libraries, cores and variants). So when this is updated it will not affect mine. I have tried, but when I try to and compile i get the no Arduino.h found.
What I found on the documentation is information about creating boards or platforms, but no custom packages or frameworks.
My project .ini is:
platform = CUSTOMPLATFORM
board = customboard
framework = arduino
Thanks