1. 24 Oct, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      sw: Added support for commands in older ELMA f/w versions · aa15ee48
      Theodor-Adrian Stana authored
      The ELMA readreg/writereg commands changed some time ago from;
      
      readreg slot reg-index
      writereg slot reg-index hex-val-to-write
      
      to
      
      readreg slot reg-hex-addr
      writereg slot reg-hex-addr hex-val-to-write
      
      Previously, the ei2c.py script was quickly changed from one version to another
      to validate that the hardware works. Now, I finally found the time to make the
      addition to support the older versions as well.
      
      The ei2c.py was changed to check (in the open()) function which f/w version we
      have on the ELMA SysMon and applies the correct command based on version.
      aa15ee48
  2. 23 Oct, 2014 7 commits
  3. 30 Sep, 2014 3 commits
  4. 26 Sep, 2014 2 commits
  5. 29 Aug, 2014 2 commits
  6. 28 Aug, 2014 4 commits
  7. 22 Aug, 2014 6 commits
  8. 12 Aug, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      doc: Corrected things in user guide · ced4f5ab
      Theodor-Adrian Stana authored
      - corrected small errors (readreg instead of writereg in "Remote reset"
        section, various typos
      - added a little bit of info
      - made "Revision history", "List of abbreviations" and "References"
        sections appear in the Contents and the bookmarks of the .pdf
      - also made Contents appear in bookmarks, without it appearing in the
        actual Contents
      ced4f5ab
  9. 11 Aug, 2014 2 commits
  10. 02 Jul, 2014 2 commits
  11. 03 May, 2014 3 commits
  12. 02 May, 2014 6 commits
  13. 15 Apr, 2014 1 commit