- use a properties file to select the test device
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@194 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
9
java/testdevice.properties
Normal file
9
java/testdevice.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
################################################################
|
||||
# define the usb test class for test/ch.ntb.usb.DeviceTest here
|
||||
# it must implement ch.ntb.usb.AbstractDeviceInfo
|
||||
################################################################
|
||||
|
||||
# Atmel AVR AT90USB1287
|
||||
testdeviceInfo=ch.ntb.usb.AT90USB1287
|
||||
# Cypress FX2 CY7C68013A
|
||||
# testdeviceInfo=ch.ntb.usb.CY7C68013A
|
||||
Reference in New Issue
Block a user