Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install_dependencies.sh 188B

123456
  1. echo "Adding apt repositories."
  2. sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
  3. echo "Installing gcc_arm software"
  4. sudo apt-get update
  5. sudo apt-get install -y gcc-arm-none-eabi