X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/800485bd95de4287006a0d0aa099bc510e929531..95a1aa4c016829ebd7b641e8871ba123d36d49a4:/LUFA/CodeTemplates/makefile_template diff --git a/LUFA/CodeTemplates/makefile_template b/LUFA/CodeTemplates/makefile_template index 33b47e0bb..adf5e54dd 100644 --- a/LUFA/CodeTemplates/makefile_template +++ b/LUFA/CodeTemplates/makefile_template @@ -63,6 +63,10 @@ MCU = ### INSERT NAME OF MICROCONTROLLER MODEL HERE ### +# Target architecture (see library "Board Types" documentation). +ARCH = ## INSERT NAME OF ARCHITECTURE HERE ## + + # Target board (see library "Board Types" documentation, NONE for projects not requiring # LUFA board drivers). If USER is selected, put custom board drivers in a directory called # "Board" inside the application directory.