Skip to content

IAR: Add support for AVR

Ethan Slattery requested to merge TheSlat/cmake:18557-IAR-for-AVR-support into master

successfully compiling a simple hello world main file using IAR and cmake. I do not have access to older IAR-AVR compilers so I don't know how they differ, and how that might affect things like default C/CXX standards

Unfortunately my actual work projects have a TON of very specific and strange command line options for linker and compiler, so I don't have time to try to test it on that. Next time I have a little time I would like to actually do a simple project and try loading it onto hardware.

Fixes: #18557 (closed)
Topic-rename: iar-avr

Edited by Brad King

Merge request reports