]> git.cryptolib.org Git - avr-crypto-lib.git/blob - testport.conf
new and more compact aes
[avr-crypto-lib.git] / testport.conf
1 # configfile for shavs tests
2
3 [PORT]
4 port = /tmp/simavr-uart0
5 #port= /dev/ttyUSB0
6 baud = 115200
7 databits = 8
8 stopbits = 1
9 paraty = none
10 testlogbase = testlog/testlog_
11
12 include=testconf/*.conf
13
14
15 # END OF CONFIGFILE