Skip to content

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

v2.2.14

02 May 13:01
Compare
Choose a tag to compare
  • Update the netx90_app_bridge to v1.1.5 .
  • Use the lunarmodules version of luaexpat.

v2.2.13

29 Mar 15:39
Compare
Choose a tag to compare
  • Add support for plugin options.
  • Improve error messages if no connection to the netX could be established.
  • Add support for SQI pins on netX90.
  • Add new operating mode "get continuous chages". After an initial dump of all pin states it shows immediately all changes on the pins or repeats the dump of all pin states after 3 seconds.

v2.2.12

11 Nov 11:18
Compare
Choose a tag to compare
  • Add new "single" attribut for FTDI devices.

    FTDI devices could be selected with a module index (read value of
    some pins) or a serial. In some setups there is only one module
    present which can be identified with the VID and PID only. The
    new attribute "single" checks for exactly one device with the
    VID and PID. It throws an error if 0 or more than 1 devices with
    this VID and PID are found.

    Example for the syntax:

                    <FTDI vendor="0x0403" product="0x6010">
                           <Device single="true"/>
                    </FTDI>

v2.2.11

09 Nov 11:58
Compare
Choose a tag to compare
  • Update muhkuh_base_cli to the latest v2.5 .

v2.2.10

07 Sep 15:19
Compare
Choose a tag to compare
  • Update netx90_app_bridge to v1.1.4 .

v2.2.9

09 Dec 16:05
Compare
Choose a tag to compare
  • Update the netx90_app_bridge to v1.1.3 to prevent race conditions between the COM and APP CPU.

v2.2.8

04 Nov 13:42
Compare
Choose a tag to compare
  • Fix index values for netX4000 pins MMIO8 and MMIO9.
  • Fix the check for a missing XML parameter file.
  • Add a "plugin" parameter to specify the netX plugin pattern.

v2.2.7

12 Aug 08:58
Compare
Choose a tag to compare
  • LUA5.4 fixes.

v2.2.6

06 May 15:03
Compare
Choose a tag to compare
  • Fix the activation of the XM_IO pins in the io_config register.
  • Reset the XC unit before accessing the pins.

v2.2.5

05 May 07:27
Compare
Choose a tag to compare
  • Add RST_OUT on netX90.