ardupilot/cmake/updated-arduino-cmake.sh
James Goppert 237ca6a4e5 Fixed some arduino cmake upload issues.
May still be necessary to reset some board before upload.
2011-11-19 01:08:17 -05:00

6 lines
157 B
Bash
Executable File

#!/bin/bash
git clone git://github.com/jgoppert/arduino-cmake.git tmp
cp -rf tmp/cmake/modules/* modules
cp -rf tmp/cmake/toolchains/* toolchains
rm -rf tmp