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