]> git.cryptolib.org Git - avr-crypto-lib.git/blob - testport.conf
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / testport.conf
1 # configfile for shavs tests
2
3 [PORT]
4 port = /dev/ttyUSB1
5 baud = 38400
6 databits = 8
7 stopbits = 1
8 paraty = none
9 testlogbase = testlog/testlog_
10
11 include=testconf/*.conf
12
13
14 # END OF CONFIGFILE