BigW Consortium Gitlab

  1. 13 Jun, 2018 3 commits
  2. 12 Jun, 2018 1 commit
  3. 11 Jun, 2018 8 commits
  4. 06 Jun, 2018 1 commit
  5. 04 Jun, 2018 1 commit
  6. 01 Jun, 2018 2 commits
  7. 31 May, 2018 1 commit
  8. 22 May, 2018 1 commit
    • Introduced CONFIG_IIO_CHAN_TYPE_GASRESISTANCE · 3b577365
      David Frey authored
      Previous commit 354e27dd introduced a dependency upon IIO_GASRESISTANCE
      being defined as a member of enum iio_chan_type.  The enum is part of
      the kernel headers and not part of the out-of-tree IIO code in the
      mangOH repository.  The code now checks that
      CONFIG_IIO_CHAN_TYPE_GASRESISTANCE is defined before trying to reference
      IIO_GASRESISTANCE.
  9. 17 May, 2018 1 commit
  10. 15 May, 2018 4 commits
  11. 14 May, 2018 1 commit
    • Simplify Makefile · bcfd3e78
      David Frey authored
      The mangOH build is failing in the developer VM based on Ubuntu 18.04
      because the wrong toolchain is being selected for the red_wp85 build.  I
      think the root cause may have to do with the .phony target that sets up
      the Make variables not being run multiple times.  Rather than spending a
      lot of time on this, I have just simplified the Makefile so that the
      problem goes away.
  12. 12 May, 2018 1 commit
  13. 24 Apr, 2018 1 commit
  14. 20 Apr, 2018 1 commit
  15. 19 Apr, 2018 4 commits
  16. 18 Apr, 2018 2 commits
  17. 17 Apr, 2018 2 commits
    • Fix green_wp76xx and green_wp77xx builds · 0e25000d
      David Frey authored
      The removal of the i2c-utils package from WP76/WP77 release 8 broke the
      GpioExpanderService.  This commit includes an update to
      GpioExpanderService which adds a header that implements the removed
      functionality.
    • Support batteryService on WP76 and WP77 · bccb2649
      David Frey authored
      The variable MANGOH_I2C_BUS_BATTERY has been introduced in the targets
      files for 9x15 and 9x07 because the I2C bus numbering differs.  The
      batteryService app has been updated to use this variable.
  18. 10 Apr, 2018 1 commit
  19. 06 Apr, 2018 1 commit
  20. 16 Mar, 2018 2 commits
    • Re-enable battery gauge on red for wp76/77 · 6c61f4ce
      David Frey authored
      The battery gauge was disabled on wp76/77 because of a lockup in the
      power supply kernel subsystem when the battery gauge driver was
      unloaded.  This has been fixed in release 8 and thus the battery gauge
      driver and battery service can be enabled.  The battery gauge and
      battery service still aren't usable on wp75/85 because of a different
      kernel bug.
  21. 14 Mar, 2018 1 commit