X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=avr-makefile.inc;fp=avr-makefile.inc;h=d40f6c76258ccf01bb501b999091938da5e27033;hp=08457a3f6dc80392a9929de4cb6d5225495912a7;hb=86af17284402f8198778fcb63a67f0503c1e48c8;hpb=a1518b457d04b4d5819e6ce4d7815eab53f937da diff --git a/avr-makefile.inc b/avr-makefile.inc index 08457a3..d40f6c7 100644 --- a/avr-makefile.inc +++ b/avr-makefile.inc @@ -11,7 +11,7 @@ TESTSRC_DIR = test_src/ #uisp -dprog=bsd -dlpt=/dev/parport1 --upload if=$(PRG).hex ERASECMD = TESTPORT = /dev/ttyUSB1 -TESTPORTBAUDR = 9600 +TESTPORTBAUDR = 38400 TESTLOG_DIR = testlog/ TESTPREFIX = nessie- LIST_DIR = listings/ @@ -29,3 +29,7 @@ OBJCOPY = avr-objcopy OBJDUMP = avr-objdump SIZE = avr-size RUBY = ruby +GET_TEST = host/get_test.rb +MAKE = make +MAKE2GRAPH = ~/bin/make2graph.rb +TWOPI = twopi