X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config.mk;h=dd3128d3bd5f55b3edef79b24d42d8e157545f23;hb=46626ce710c12ab2799c63893b09d06831297213;hp=27c0e82289983e18d31319d398a0f816ab845dd2;hpb=304ab6d368e046801f9c6bab326bbb27f78cb875;p=bertos.git diff --git a/config.mk b/config.mk index 27c0e822..dd3128d3 100755 --- a/config.mk +++ b/config.mk @@ -10,8 +10,11 @@ # Author: Bernardo Innocenti # # $Log$ -# Revision 1.5 2006/06/12 21:37:01 marco -# implemented some commands (ver and sleep) +# Revision 1.7 2006/07/19 12:56:24 bernie +# Convert to new Doxygen style. +# +# Revision 1.6 2006/06/12 22:05:09 marco +# Bring back config wrongly commited # # Revision 1.4 2006/05/27 22:41:46 bernie # Tweak optimization flags for loops. @@ -31,17 +34,18 @@ # Programmer type # # AVR ISP dongle that blows up easily -DPROG = -V -c jtag2slow -#-P /dev/ttyUSB0 +DPROG = -V -c stk500 -P /dev/ttyS0 # STK200 parallel cable #DPROG = -c stk200 -E noreset +# JTAG ICE mkII +#DPROG = avarice --mkII -j usb -l + # PonyProg serial programmer #DPROG = -c dasa2 -#OPTCFLAGS = -ffunction-sections -fdata-sections -funsafe-loop-optimizations -OPTCFLAGS = -funsafe-loop-optimizations +OPTCFLAGS = -ffunction-sections -fdata-sections -funsafe-loop-optimizations # For AVRStudio #DEBUGCFLAGS = -gdwarf-2 @@ -121,7 +125,7 @@ CPPAFLAGS = $(DEBUGCFLAGS) -MMD ASFLAGS = $(DEBUGCFLAGS) # Default linker flags -LDFLAGS = $(MAP_FLAGS) +#LDFLAGS = $(MAP_FLAGS) #bernie: does not complain for missing symbols! #LDFLAGS = $(MAP_FLAGS) -Wl,--gc-sections