Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
This commit is contained in:
parent
e8570c4a37
commit
359fbfe14d
395 changed files with 9912 additions and 2756 deletions
|
@ -24,7 +24,8 @@ SUPPRESS_WARNINGS = variableScope \
|
|||
missingInclude
|
||||
|
||||
# Extra paths to search for include files
|
||||
INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/
|
||||
INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/ \
|
||||
$(LUFA_ROOT_PATH)/Projects/AVRISP-MKII/
|
||||
|
||||
# Configuration options to pass to cppcheck
|
||||
CPPCHECK_OPTIONS = --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --error-exitcode=1 --std=c99
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue