Skip to content

Releases: muhkuh-sys/org.muhkuh.tests-iomatrix

v2.7.0

15 Oct 12:55
Compare
Choose a tag to compare
  • 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

14 May 14:22
Compare
Choose a tag to compare
  • Update netx90_app_bridge to v1.2.0 .
  • Update Jonchki to v0.0.11.1 .
  • Drop LUA5.1 support.

v2.6.3

09 Feb 13:29
Compare
Choose a tag to compare
  • 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

18 Jul 12:55
Compare
Choose a tag to compare
  • 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

16 Jun 07:30
Compare
Choose a tag to compare
  • 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

28 Apr 12:44
Compare
Choose a tag to compare
  • Bugfix: Consider the default values during the FTDI pin initialization.

v2.5.0

27 Apr 15:48
Compare
Choose a tag to compare
  • 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 form AABBCCDD with

    AA = 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

24 Apr 15:19
Compare
Choose a tag to compare
  • 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

23 Oct 22:11
Compare
Choose a tag to compare
  • Add functionality of netx100/500 totthe iomatrix test.

v2.2.15

23 Sep 15:31
Compare
Choose a tag to compare
  • Remove dirty hack to stop the netX in getContinuosChanges mode.