Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 11, 2017 15:21
Show Gist options
  • Save wdwalker/afa1886c44a5526ca56d960be28661ff to your computer and use it in GitHub Desktop.
Save wdwalker/afa1886c44a5526ca56d960be28661ff to your computer and use it in GitHub Desktop.
ARM_FLAGS
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/ARM-Options.html
ARM_FLAGS = \
-mthumb \
-mcpu=cortex-m3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment