Skip to content

Instantly share code, notes, and snippets.

View PaulJTobin's full-sized avatar

Paul Tobin PaulJTobin

  • www.bbginc.com
  • Virginia, USA
View GitHub Profile
@rafaelcorsi
rafaelcorsi / AtmelStudio7-make-to-linux.sh
Last active May 29, 2020 07:04
Convert Atmel Studio 7 generated makefile (windows paths) to linux, so you can compile your project from linux
#!/bin/sh
# Rafael Corsi
# corsiferrao@gmail.com
#
# Script to convert makefile generate from atmel studio 7 (windows)
# to linux path, assuming that you have gcc on PATH
#
# on Arch
# - sudo pacman -S arm-none-eabi-gcc