Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory.

This commit is contained in:
Dean Camera 2010-09-11 03:57:43 +00:00
parent fdcb486e22
commit 41c1fb3843
9 changed files with 733 additions and 4 deletions

View file

@ -1306,7 +1306,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = __DOXYGEN__ \
PROGMEM
PROGMEM \
EEMEM
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.