jung6717 / 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

GoogleCodeExporter commented 9 years ago
Forum user bohne made a patch to include the .S file support.
http://hci.rwth-aachen.de/tiki-download_wiki_attachment.php?attId=794&page=lumin
et

Maybe it will save some work.

Original comment by superkoe...@gmail.com on 15 Oct 2009 at 7:21

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 27 Oct 2009 at 2:08