Continuous integration with AVR and ARM
I believe that we can setup travis to continuously build on AVR. AVR's toolchain seems to be available on apt-get.
A tutorial for microcontroller firmware CI is given here.
@truell20, there is a branch for AVR or instructions to use Fido with it ?
@patrickelectric, currently Fido doesn't really support AVR to the degree we'd like it to. We still have reliance on the standard library and file system functionality. We have a number of open issues to this regard, eg 52. This is definitely one of our top priorities, and once we feel Fido is in a AVR-ready state we do plan on writing some instructions on using and debugging Fido on AVR.