I don't seem to be about to communicate with the flutter board to send sketches etc.
In the board menu I selected "Flutter basic".
In the port menu there is no flutter listed as any of the port options.
Perhaps unsurprisingly I get an error:
"Board at /dev/tty.usbmodemfa131 is not available"
On verifying the sketch though I get another error which I've not seen before when working with normal arduino's
Arduino: 0155 (Mac OS X), Board: "Flutter Basic"
core.a(main.cpp.o): In function `sysTickHook()':
/Applications/Arduino Flutter.app/Contents/Resources/Java/hardware/arduino/sam/cores/arduino/main.cpp:64: warning: undefined reference to `tickInterrupt()'
I'm using Mac OSX 10.10.5 and the arduino installation for mac from http://flutterwireless.com/files/
One thing I did notice was that maybe I need to do a "diff" on the arduino package as per the instructions on github? https://github.com/flutterwireless/ArduinoCodebase1
Any help would be greatly appreciated