AnthonyVillacorta / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Support for assembler (.S) files in cores and libraries. #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

Support for assembler (.S) files in cores and libraries.  This shouldn't 
require too much 
modification to the Compiler.java.

Why?

Some existing libraries use .S files and we should support them.  Also, on some 
processors (e.g. 
ATtiny's), you apparently need to use assembly for certain things.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

It shouldn't cause any problems.

Original issue reported on code.google.com by dmel...@gmail.com on 6 Sep 2009 at 8:17