Has anyone got it working?
So far it's been an epic fail on my Windows 8.1 machine. I can't compile even the blink example, on any of the boards. The error I get for the Pro is:
C:\...hardware\digistump\avr\cores\pro\WString_old.cpp: In constructor 'String::String(char)':
C:\...hardware\digistump\avr\cores\pro\WString_old.cpp:63:8: error: ambiguous overload for 'operator=' (operand types are 'String' and 'char')
*this = c;
^
I tried running the .exe file. I tried using the zip file. I even tried reloading the original Arduino 1.5.8 then copying the new hardward file, that didn't work.
I might spend another half hour trying on a Windows XP computer before I give up and throw these things away.