BigW Consortium Gitlab

  1. 22 Mar, 2019 2 commits
  2. 21 Mar, 2019 5 commits
  3. 20 Mar, 2019 1 commit
  4. 16 Mar, 2019 2 commits
  5. 15 Mar, 2019 2 commits
  6. 14 Mar, 2019 3 commits
  7. 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.
  8. 12 Mar, 2019 1 commit
  9. 11 Mar, 2019 12 commits
  10. 07 Mar, 2019 2 commits
  11. 06 Mar, 2019 3 commits
  12. 05 Mar, 2019 2 commits
  13. 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.
  14. 18 Feb, 2019 1 commit
  15. 13 Feb, 2019 2 commits
    • ws eink: remove support for untested devices · 94cf4bf4
      David Frey authored
      Update the driver to indicate that only the 2.13" display is supported
      since this is the only display we have tested.
    • ws eink: improve handing of width, height and bpp · b1041925
      David Frey authored
      Store a pointer to the device properties struct in the device data
      rather than setting module scoped variables in the probe. The benefit of
      this is that the driver could conceivably be used to support two
      displays with different display properties simultaneously.