Add Makefile, currently configured for ATTiny45#59
Add Makefile, currently configured for ATTiny45#59semi-simple wants to merge 1 commit intokalymos:masterfrom
Conversation
|
Sorry for replying too late, but I didn't have the courage to do it before. Thanks anyway for your interest in the project, and I hope you won't be too disappointed by my vision ;) |
|
Yes, this all makes sense, making this production-quality and supporting all the options etc would be a lot more work. I needed this for my own use anyways, as I really don't want to use any IDE, so this was not a waste of time. You could potentially consider putting it in some "extras/" directory or something so that people have an easier starting point if they want to go this route (including with GCC support), but they might just be able to find this PR on GitHub anyways. Thanks for the great project! |
For people who would rather use the command-line than an IDE, I made this Makefile.
Currently it only works with the raw AVR chips rather than full arduino boards, but it should be easy to adapt. It's a good starting point and template for whoever wants to use the command line with this project.