BigW Consortium Gitlab

  1. 17 Aug, 2018 1 commit
  2. 14 Aug, 2018 1 commit
    • Remove spisvc from mangOH.sdef · 36e8895a
      David Frey authored
      Remove spisvc from the mangOH SDEF since the default.sdef from Legato
      18.07.0 includes spisvc and mangOH.sdef includes default.sdef indirectly
      via wifi.sdef.
  3. 08 Aug, 2018 1 commit
  4. 07 Aug, 2018 2 commits
  5. 25 Jul, 2018 1 commit
    • Add WP chipset variables to targets .sinc files · f0b35927
      David Frey authored
      Specifically, MANGOH_WP_CHIPSET_9X15 and MANGOH_WP_CHIPSET_9X07
      variables have been defined.  This allows for decision making in .cdef
      and .adef files based upon which module is being targeted.  This is
      useful when requiring libraries and the versions of the libraries differ
      between chipsets.
  6. 27 Jun, 2018 2 commits
    • Clean up formatting of can_iot module · f58376a7
      David Frey authored
    • Support CAN IoT card · 4a9ce3c3
      Zahid Chowdhury authored
      Rather than requiring a yocto re-build to support the CAN IoT card, the
      relevant kernel module code has been taken out of tree.  For 9x15 based
      modules (wp75, wp85) use the modules in the can_9x15 directory.  For
      9x07 based modules (wp76, wp77), use the modules in the can_9x07
      directory.  The can_common/can_iot module instantiates an mcp251x device
      with the appropriate platform data for using the CAN IoT card in a
      mangOH Red.
  7. 22 Jun, 2018 5 commits
  8. 13 Jun, 2018 3 commits
  9. 12 Jun, 2018 1 commit
  10. 11 Jun, 2018 8 commits
  11. 06 Jun, 2018 1 commit
  12. 04 Jun, 2018 1 commit
  13. 01 Jun, 2018 2 commits
  14. 31 May, 2018 1 commit
  15. 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.
  16. 17 May, 2018 1 commit
  17. 15 May, 2018 4 commits
  18. 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.
  19. 12 May, 2018 1 commit
  20. 24 Apr, 2018 1 commit
  21. 20 Apr, 2018 1 commit