digistump / DigisparkArduinoIntegration

DEPRECATED - REPLACED BY: https://github.com/digistump/DigistumpArduino
275 stars 331 forks source link

One of the forks has a Makefile #6

Closed sodabrew closed 10 years ago

sodabrew commented 10 years ago

When I Googled "DigiSpark Makefile" I found this blog post: http://christopherpoole.github.io/developing-for-the-digispark-without-the-arduino-ide/

This looks reasonable, so I'd like to propose merging this into the mainline tree and/or discuss what else could be done to provide a non-Arduino IDE approach to building code for the DigiSpark.

digistump commented 10 years ago

Looks great thanks for finding this -

Given that the micronucleaus command line tool is so easy to use standalone - I don't have any ideas of what else to do to make it easier to use with a non-Arduino IDE approach - but I'm happy to help make changes if you have any more ideas.

sodabrew commented 10 years ago

Thanks! I wonder if this pinged @christopherpoole - Ping!

christopherpoole commented 10 years ago

Thanks for picking this up. I had almost forgotten about it.

Without the Arudino IDE, a digispark becomes very light weight - even more so. I would say the micronucleaus command line tool is already easy enough to use. However, maybe there is scope for a more complex IDE-less example.