- 05 Dec, 2016 3 commits
-
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
- 01 Dec, 2016 1 commit
-
-
David Frey authored
This app will be presented at the tutorial session at Sierra Wireless Developer Day 2016.
-
- 23 Nov, 2016 1 commit
-
-
David Frey authored
GPIO 1 has been changed to an input with pullup to match the pullup on the card itself.
-
- 22 Nov, 2016 6 commits
-
-
David Frey authored
The IoT card eeprom input YAML files have been updated based on review feedback. * number the GPIOs from 1-4 instead of 0-3 * unused GPIOs are configured as input with pull-up instead of input floating * vendor name changed to "Talon Communications" * serial numbers have been set to an empty string * miscellaneous corrections to properties such as card height
-
David Frey authored
-
David Frey authored
-
David Frey authored
Also add sample input files for various existing IoT cards.
-
David Frey authored
-
Ashish Syal authored
-
- 17 Nov, 2016 2 commits
-
-
Ashish Syal authored
-
Ashish Syal authored
-
- 17 Oct, 2016 1 commit
-
-
David Frey authored
-
- 14 Oct, 2016 4 commits
-
-
Ashish Syal authored
-
David Frey authored
-
David Frey authored
-
ashish syal authored
-
- 13 Oct, 2016 4 commits
-
-
David Frey authored
-
Ashish Syal authored
-
David Frey authored
-
Ashish Syal authored
-
- 01 Sep, 2016 1 commit
-
-
David Frey authored
The gpioExpanderDemo application was used for basic system testing. It doesn't belong in the standard mangOH system. Change-Id: Ib3e3022a29c233940e7d8b2296b5ddd3da52fa56
-
- 30 Jun, 2016 1 commit
-
-
David Frey authored
Change-Id: Ib1b41764a7b194cc4efb6daf673c98d20ed58f9d
-
- 02 Jun, 2016 1 commit
-
-
David Frey authored
-
- 27 May, 2016 1 commit
-
-
David Frey authored
Change-Id: I19d1a23f5531e10388e204b70f4ff2ab8f911bf6
-
- 20 May, 2016 1 commit
-
-
Bertrand Roussel authored
Change-Id: Ida0ee646d836813cf9d2993e01f4a649ae8115e8
-
- 18 May, 2016 1 commit
-
-
Bertrand Roussel authored
Change-Id: I3acac35a7ca4f5ab0acb75eaf9ed0c9cd48bda41
-
- 05 May, 2016 1 commit
-
-
David Frey authored
Change-Id: I841efcd501a8cc8080b5646b4df6c97aa4f0162b
-
- 03 May, 2016 1 commit
-
-
David Frey authored
Resolves: MANGOH-2 Change-Id: Ic05fe83a720af7bb0fe5c5f45bfa9b09b7f52322
-
- 30 Mar, 2016 1 commit
-
-
David Frey authored
Change-Id: Ie34e504548ddf64b45aa2cfa2449467a9a90483a
-
- 16 Mar, 2016 2 commits
-
-
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
-
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
-
- 15 Mar, 2016 1 commit
-
-
Bertrand Roussel authored
Change-Id: I5ccb08358743973b91eadee0c0f975c3ba74f667
-
- 03 Mar, 2016 1 commit
-
-
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
-
- 02 Feb, 2016 1 commit
-
-
Peter Sandelin authored
patch 3: removed trailing space patch 2: - added - patch 1: - when building legato, it will also build and integrate MangOH wifi - note that MANGOH_WIFI_ROOT is set by the build Change-Id: I06bee34525a8bb5ddbf2749dcd137b460b9d38ed
-
- 20 Jan, 2016 3 commits
-
-
Andrew Mitchell authored
Change-Id: Iad5e5d21a041bc3c1c02ade87c8358a206666e9b
-
Andrew Mitchell authored
Patch 2: - Add targetDefs for mangOH - Tell git to ignore apps subdirectory Patch 1: - Add mangOH sdef file Change-Id: Ia75786b6e188d07b3abb89a91686d59145bbab8d
-
Andrew Mitchell authored
Change-Id: I7cb8bc3d5dab68ef72ca1a4c33061b2aa053bd56
-
- 17 Dec, 2015 1 commit
-
-
Bertrand Roussel authored
-