queezythegreat / arduino-cmake

Arduino CMake Build system
644 stars 216 forks source link

Allow compilation in AVR only mode #50

Closed arunh closed 11 years ago

arunh commented 11 years ago

This patch allows us to take advantage of the Arduino boot loader and of course CMake without allowing the code any dependency on Arduino libraries.

This option is very useful if you are using an Arduino board as a way to speed up development of programs designed to be as small as possible and compliant with the Atmel chip range outside of the Arduino environment.

queezythegreat commented 11 years ago

Hi, this nicely integrates the functionaly I was planing in #44.

arunh commented 11 years ago

Missed #44 but looks good. I don't think it will be too hard to amend my pull to fit what is described there.

queezythegreat commented 11 years ago

Could you update your changes to fit the ticket (the option name)? I'll close that ticket and merge in your changes.

arunh commented 11 years ago

Updates made, and also code added to allow 'MANUAL' mode in library creation. Tested OK on my code base.

queezythegreat commented 11 years ago

I've just merged in your changes into the develop branch. The blink example did not work for me, but I added work around.

arunh commented 11 years ago

Thanks!

On 14 Oct 2012, at 15:28, Tomasz Bogdal notifications@github.com wrote:

I've just merged in your changes into the develop branch. The blink example did not work for me, but I added work around.

— Reply to this email directly or view it on GitHubhttps://github.com/queezythegreat/arduino-cmake/pull/50#issuecomment-9419950.