BigW Consortium Gitlab

  1. 14 Mar, 2019 1 commit
  2. 13 Mar, 2019 1 commit
    • fix double advertise bug · 4d4866a2
      David Frey authored
      Fix a problem where the OpenWeatherMap ambient temperature service would
      try to advertise the service each time a data connection was
      established. This caused a crash the second time the connection was
      established.
  3. 12 Mar, 2019 1 commit
  4. 11 Mar, 2019 12 commits
  5. 07 Mar, 2019 2 commits
  6. 06 Mar, 2019 3 commits
  7. 05 Mar, 2019 2 commits
  8. 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.
  9. 18 Feb, 2019 1 commit
  10. 13 Feb, 2019 3 commits
  11. 31 Jan, 2019 4 commits
  12. 21 Jan, 2019 7 commits
  13. 16 Jan, 2019 1 commit
  14. 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.