Releases: muhkuh-sys/org.muhkuh.tests-iomatrix
Releases · muhkuh-sys/org.muhkuh.tests-iomatrix
v2.7.0
- Select FTDI devices by manufacturer and description.
Up to now it was only possible to use the serial number to identify the FTDI device which should be used. Now also the menufacturer and description strings can be used. - Only allow one match when FTDI attributes are used to identify a device.
v2.6.4
- Update netx90_app_bridge to v1.2.0 .
- Update Jonchki to v0.0.11.1 .
- Drop LUA5.1 support.
v2.6.3
- Initialize the "bset" buffer.
The buffer for the "bset" operation was not initialized, leaving this task to the tester code. A test had to set all pins to a defined value before the complete buffer could be written. Now the buffer is initialized with the pin states.
v2.6.2
- In the matrix test do not check the default state of pins with no input capability.
Pins without input capability threw an error when they were checked for their default state, - Skip pins without input capability in
bget
.
Pins without input capability caused the bget command to fail. Now a special value is stored in the buffer for these pins. - Checking a net for the possibility to run a test.
After the selection of the driver pin for one net in the matrix test, at least one of the other pins in the net needs input capabilities to read the output of the driver pin. The check for this condition examined the wrong pins.
v2.6.0
- netX500/100: Add XM*_RX and XM*_TX pins.
- netX500/100: Setup only XM_IO pins used by the test.
- netX90: Add XM*_RX pins.
v2.5.1
- Bugfix: Consider the default values during the FTDI pin initialization.
v2.5.0
-
Control the state of unused pins with "defaultout" and "defaultoe".
Unused pins were forced to input state until now. This is still
the default behaviour, but it can be changed with the "defaultout"
and "defaultoe" attributes now:Both are 8 digit hex numbers like "pinMask" defining the output and
output enable values for the pins in the formAABBCCDD
withAA = the value for the AD pins BB = the value for the AC pins CC = the value for the BD pins DD = the value for the BC pins
Please note that only pins which are 0 in the pin mask can be
controlled with defaultout and defaultoe.Example: Set out=1 and oe=1 for BC0
pinMask="fffffffe"
defaultout="00000001"
defaultoe="00000001"
v2.4.0
- Fixed: the get routine for netX500/100 XM0_IO0/1 and XM1_IO0/1 reported an invalid value.
- Added netX500/100 XM2IOs and XM3_IOs.
v2.3.0
v2.2.15
- Remove dirty hack to stop the netX in getContinuosChanges mode.