BigW Consortium Gitlab

Skip to content
  1. Nov 22, 2016
  2. Nov 17, 2016
  3. Oct 17, 2016
  4. Oct 14, 2016
  5. Oct 13, 2016
  6. Sep 01, 2016
    • David Frey's avatar
      Remove gpioExpanderDemo from mangoh.sdef · 13758e3a
      David Frey authored
      The gpioExpanderDemo application was used for basic system testing.
      It doesn't belong in the standard mangOH system.
      
      Change-Id: Ib3e3022a29c233940e7d8b2296b5ddd3da52fa56
      13758e3a
  7. Jun 30, 2016
  8. Jun 02, 2016
  9. May 27, 2016
  10. May 20, 2016
  11. May 18, 2016
  12. May 05, 2016
  13. May 03, 2016
  14. Mar 30, 2016
  15. Mar 16, 2016
    • Peter Sandelin's avatar
      trac:4197 - [WiFi] Add "make docs" · 8d213fe2
      Peter Sandelin authored
      Patch1:
      Changed name of the variables.
      Btw this is how it is all connected:
      
      This enables Legato to build doxygen and include a link to a mainpage
      from another project.
      The other system must define the following
      
      export EXTERNAL_DOXYGEN_DEFINE = EXTERNAL_DOXYGEN_DEFINE
      export EXTERNAL_DOXYGEN_ROOT = $(PROJECTX_ROOT)/apps/WiFi
      and it must also have a doxygen page called "external_proj_mainpage"
      
      
      These defines are defined in targetDefs.projectx and will be read by CMake.
      
      framework/doc/Cmakelist.txt:
      EXTERNAL_DOXYGEN_DEFINE
      EXTERNAL_DOXYGEN_ROOT
      and sets
      CMAKE_EXTERNAL_DOXYGEN_ROOT
      
      They are then transfered into the soon to be preproccessed
      doxygen config files :
      framework/doc/doxygen.implementation.cfg.in
      framework/doc/doxygen.user.cfg.in
      
      These doxygen configuration files are preprocessed by CMake
      and enables basic variable expansion.
      Please note that doxygen variables are very restrictive
      and only the ones set with the variable ENABLED_SECTIONS
      in the config file are available.
      
      This all enables the usage of conditional (similare to ifdef) usage to
      include/exclude text. Currently all that is done is a link from the
      Legato main page to the other projects page
      Example:
      @cond EXTERNAL_DOXYGEN_DEFINE
      @subpage external_proj_mainpage <br>
      @endcond
      
      Change-Id: I8d9770dfef2d784a3221716e4a2a3fb725d9c90b
      8d213fe2
    • Peter Sandelin's avatar
      trac:3247 - [MANGO REPO] Wifi Sample App: Local Router Configuration App · eede69e7
      Peter Sandelin authored
      Patch 4:
        -rebase
      
      Patch 3:
        -Jenkins CTO comment about review comment
      
      Patch 2:
        -Added define for PA choice.
      
      Patch 1:
        -Added wifiWebAp to list of apps to build for MangOH
      
      Change-Id: Ifb8c5667371dedcb49875c21184d353a77ee0043
      eede69e7
  16. Mar 15, 2016
  17. Mar 03, 2016
    • Peter Sandelin's avatar
      trac:4197 - [WiFi] Add "make docs" · c7df7eaa
      Peter Sandelin authored
      patch 1:
      - Added variable that will be transfered by cmake into doxygen to be used to test.
      - please note that only  ENABLED_SECTIONS variables are visible to doxygen.
      - doing "make docs" in legato, will now detect and bring MangOH into the doxygen.
      
      Change-Id: I4e5aeee4ffbfdc541e8fcfba2b6f02f4143e06b3
      c7df7eaa
  18. Feb 02, 2016
  19. Jan 20, 2016
  20. Dec 17, 2015
Loading