queezythegreat / arduino-cmake

Arduino CMake Build system
645 stars 216 forks source link

Arduino Due support (ARM) #159

Open zoophag opened 8 years ago

zoophag commented 8 years ago

Hey, I was using arduino-cmake for an Uno board so far. But now, I would like to use it for an ARM Cortex-M3 based Due board. Is there any support for this? I haven't found something specific Due or ARM in Arduino.cmake. If some minor modifications / extentions would be required, where? Or is it a too big issue to extend it? ...thanks

oldmud0 commented 7 years ago

This toolchain is predominantly targeted for AVR. It would be a great deal of work to set up a second toolchain for ARM.