Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'

This commit is contained in:
Jun Wako
2015-04-24 16:26:14 +09:00
4198 changed files with 2016457 additions and 0 deletions

View File

@ -0,0 +1,6 @@
echo "Adding apt repositories."
sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
echo "Installing gcc_arm software"
sudo apt-get update
sudo apt-get install -y gcc-arm-none-eabi