Skip to content

Instantly share code, notes, and snippets.

View whoisjake's full-sized avatar

Jake Good whoisjake

View GitHub Profile
@whoisjake
whoisjake / Vagrantfile.spark
Created March 26, 2014 16:14
Vagrant file that will load an entire Spark development hacking environment. Download this raw and rename it to Vagrantfile
$script = <<SCRIPT
apt-get update --fix-missing
apt-get install -y python-software-properties
add-apt-repository ppa:terry.guo/gcc-arm-embedded
apt-get update
apt-get install -y build-essential
apt-get install -y gcc-arm-none-eabi
apt-get install -y dfu-util
apt-get install -y git-core