Continuous integration with AVR and ARM
truell20 opened this issue · 3 comments
truell20 commented
I believe that we can setup travis to continuously build on AVR. AVR's toolchain seems to be available on apt-get.
patrickelectric commented
@truell20, there is a branch for AVR or instructions to use Fido with it ?
joshuagruenstein commented
@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.