queezythegreat / arduino-cmake

Arduino CMake Build system
648 stars 216 forks source link

Support additional Hardware definitions. #40

Closed zeeMonkeez closed 12 years ago

zeeMonkeez commented 12 years ago

The arduino environment allows for additional boards to be defined under the hardware folder within the 'sketchbook'. Arduino Environment Any chance additional boards/programmers could be supported this way?

queezythegreat commented 12 years ago

There isin't a sketchbook in Arduino CMake. That functionality does not yet exist in Arduino CMake.

I do think that being able to specify additional board/programmers configuration files would be great. I haven't looked at how the Arduino handles additional config files yet, but I'll definately will look into it.

When I have some spare time, I'll try to add in the functionality. Thanks for the great suggestion.

http://arduino.cc/en/Guide/Environment#sketchbook http://code.google.com/p/arduino/wiki/Platforms

queezythegreat commented 12 years ago

Closing this issue, new official feature request created in issue #41.