]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
stack usage measurement
[avr-crypto-lib.git] / avr-makefile.inc
index 9b6ea710e11dd1f3a3ce5ea259c1f595341b6732..f656cd3dabd16c158d04dec16fcd0b504c18e03e 100644 (file)
@@ -1,6 +1,6 @@
 
 MCU_TARGET     = atmega644
-OPTIMIZE       = -Os
+OPTIMIZE       = -Os # -Os
 PROGRAMMER     = avr911
 DEFS           = -D$(call uc, $(MCU_TARGET))
 FLASHCMD       = avrdude -p $(MCU_TARGET) -P /dev/ttyUSB0 -c $(PROGRAMMER) -U flash:w:# no space at the end
@@ -14,13 +14,16 @@ TESTSRC_DIR    = test_src/
 ERASECMD       =
 TESTPORT       = /dev/ttyUSB1
 TESTPORTBAUDR  = 38400
-TESTLOG_DIR    = testlog/
+TESTLOG_DIR    = testlog/#
 TESTPREFIX     = nessie-
+SPEEDTOOL      = host/get_performance.rb
 SPEEDLOG_DIR   = speed_log/
 SPEEDPREFIX    =
-LIST_DIR       = listings/
-STAT_DIR       = stats/
-AUTOASM_DIR    = autoasm/
+SPEEDCMD       = performance
+SIZE_DIR       = size_log/#
+LIST_DIR       = listings/#
+STAT_DIR       = stats/#
+AUTOASM_DIR    = autoasm/#
 AUTOASM_OPT    = -S
 CC            = avr-gcc
 CSTD           = c99
@@ -39,7 +42,6 @@ SIZE            = avr-size
 READELF         = readelf
 RUBY            = ruby
 GET_TEST        = host/get_test.rb
-GET_PERFORMANCE = host/get_performance.rb
 MAKE            = make
 MAKE2GRAPH      = ~/bin/make2graph.rb
 TWOPI           = twopi