Skip to content

Releases: atmel-maxtouch/mxt-app

mxt-app v1.42

02 Dec 19:03
8b1063c
Compare
Choose a tag to compare

Added code to identify V4 cfg header
Misc changes to support V4 chg incl. larger memory size for config data
Added option to create pandoc html output files for mxt-app READ.me
Misc fixes

mxt-app v1.41

29 Nov 16:43
50d7061
Compare
Choose a tag to compare

Modified 640UD debug-dump captures to be compatible with GDV
Replaced invalid node captures with zero to correct scaling issues in GDV
Added support for 640UD SCP captures
Fixed X start offset for SCP data

mxt-app v1.40

07 Aug 03:18
21d7861
Compare
Choose a tag to compare

Added V3 config handling support including encrypted file programming
Added encrypted file handling to i2c-dev interface
Added handling of both legacy V1 to V3 file handling
Updated save configuration in xcfg and raw format

mxt-app v1.38

26 Jun 04:44
d4f059a
Compare
Choose a tag to compare

Changes since v1.36. Adding v1.37 changes.

  • Added signal limit comparison to reference dumps
  • Added frequency sweep feature
  • Self cap debug dump updates for U, UD series devices
  • Added non-zero origin debug dumps
  • Added append to file to debug-dump file captures
  • Added options to set I2C slave address when using multiple bridge boards
  • Added options to switch bridge board into fast/parallel digitizer mode
  • Fix flashing when using USB to I2C bridge board
  • Updates to i2c-dev reset
  • Miscellaneous fixes

mxt-app v1.36

01 Nov 16:49
5700074
Compare
Choose a tag to compare

Changes since v1.35

  • Update handling for dual I2C and dual SPI interface
  • Defaults to sysfs_i2c at address 0x4a
  • Updates -d device options argument to include selection of specific I2C and SPI device

mxt-app v1.35

29 Sep 05:33
c4bc56e
Compare
Choose a tag to compare

Changes since v1.33

  • v1.35 includes changes done in mxt-app v1.34rc fixes branch
  • Add logic to reset tx_seq_num and IRQ on after reset command
  • Initialize return value in reset command function to zero
  • Updates to handle secondary SPI interface and add HA protocol
  • Fix device detection between i2c-dev, i2c and SPI

mxt-app v1.33

23 Jul 21:53
0e2f596
Compare
Choose a tag to compare

Changes since v1.32

  • Modified broken line test to remove disabling of T100 to prevent test failure
  • Added sysfs SPI handling to mxt-app to support new maXTouch products
  • Fix USB detection in bootloader mode with legacy products
  • Increase max limit for string line buffer size to handle devices with large configurations
  • Correct sysfs attribute file usage in flashing routine
  • General fixes and updates to SPI handling for new sysfs attribute files added to latest Linux drivers

mxt-app v1.32

20 Nov 04:08
bcb0382
Compare
Choose a tag to compare

Changes since v1.28

  • Added support to communicate to touch driver supporting functional safety protocol
  • Removed code to disabled T100 in broken-line and sensor-variant test
  • Realign delta and reference data for specific touch controllers in diagnostic dumps
  • Added delay after device reset command
  • Redirect Android.mk to top level directory
  • Added diagnostic dumps for key array
  • Added diagnostic dump for second touch screen
  • Various other fixes

mxt-app v1.28

22 Jun 17:42
Compare
Choose a tag to compare

Changes since v1.27

  • Added broken line test for sensors
  • Added Sensor Variant Algorithm test for sensors
  • Added .empty in m4 folder and removed mkdir in autogen.sh
  • Fix mxt_convert_hex_test on 32 bit architectures
  • Fixed uninitialized variable ctx->active_stylus
  • Fixed extended config byte returning zeros
  • Other minor fixes

mxt-app v1.27

21 Apr 15:40
Compare
Choose a tag to compare

Changes since v1.26

  • Active Stylus reference logging feature
  • Allow space separated entry for --write
  • Add percentage complete display to --flash
  • Add --block-size to limit I2C block size
  • Fix bug with large dmesg buffers
  • Improved output for T25 Self Test
  • Add unit test framework
  • Minor build and bug fixes
  • Added editorconfig file