BigW Consortium Gitlab

  1. 11 Mar, 2019 12 commits
  2. 07 Mar, 2019 2 commits
  3. 06 Mar, 2019 3 commits
  4. 05 Mar, 2019 2 commits
  5. 04 Mar, 2019 1 commit
    • bme680: use userspace library · 5b78beb2
      David Frey authored
      Use the bme680 driver library provided by Bosch and package it as a
      Legato component. This provides a more complete driver implementation
      than the kernel module that was being used previously. Also integrate
      the proprietary BSEC library from Bosch to get more intelligence out of
      the sensor.
  6. 18 Feb, 2019 1 commit
  7. 13 Feb, 2019 3 commits
  8. 31 Jan, 2019 4 commits
  9. 21 Jan, 2019 7 commits
  10. 16 Jan, 2019 1 commit
  11. 15 Jan, 2019 1 commit
    • Fix board id code in mangOH red driver · 592a30f9
      David Frey authored
      There were two issues:
        - Boards with a matching DV6 EEPROM string were being marked as DV5.
        - Some early DV5 boards have EEPROM content indicating that they are
          DV4 boards, but they are actually DV5 boards. As a result, there are
          now two strings that are used to identify DV5 boards.
  12. 11 Jan, 2019 1 commit
    • fix error check in probe() for mangoh yellow · 97196d7f
      David Frey authored
      Fix a copy/paste error in the mangOH yellow module. Previously, the IMU
      variable was being checked after calling i2c_new_device to create the
      magnetometer. The impact of this bug is that a failed probe of the
      magnetometer would not have been detected during probe of the mangOH
      yellow driver.
  13. 09 Jan, 2019 2 commits