- 14 Mar, 2018 3 commits
-
-
David Clark authored
-
David Clark authored
-
David Clark authored
Added script used to configure the MangOH to route to/from local LAN interface, i.e. eth0 to/from the cellular WAN interface, i.e. rmnet-data0.
-
- 12 Mar, 2018 2 commits
-
-
David Frey authored
-
David Frey authored
The mangOH makefile now reads a $LEGATO variable to decide if the Legato framework at $LEGATO_ROOT should be built. Previously, but variable $NO_BUILD_LEGATO was used, but this was a bit verbose.
-
- 09 Mar, 2018 1 commit
-
-
David Frey authored
-
- 07 Mar, 2018 2 commits
-
-
David Frey authored
-
David Frey authored
Also support building of multiple targets with correct toolchains with one invocation of make.
-
- 28 Feb, 2018 5 commits
-
-
David Clark authored
-
David Clark authored
-
David Clark authored
-
David Frey authored
Introduce a single mangOH.sdef and remove the board/module specific SDEFs. The content of the single SDEF change depending on the build parameters. The "targets" directory was introduced based on the way Legato handles different modules. The location of build artifacts has now changed. Everything produced by the Makefile is under "build/".
-
- 27 Feb, 2018 1 commit
-
-
David Frey authored
-
- 23 Feb, 2018 3 commits
-
-
David Clark authored
-
David Clark authored
-
- 21 Feb, 2018 23 commits
-
-
David Clark authored
-
David Clark authored
-
David Frey authored
The IoT slot driver has been disabled due to conflicts between it and the way that the GPIOs for the WiFi IoT card are being configured by the default yocto linux image.
-
David Clark authored
-
David Frey authored
-
David Clark authored
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
David Clark authored
Added the new Linux device driver for the card detect LED and added a LED service with an API to set/get the LED status.
-
David Clark authored
Removed kfree calls to free the slot memory. The use of devm_ calls to create the memory removes the need to call kfree.
-
David Frey authored
-
David Frey authored
-
David Frey authored
-
David Frey authored
This member does not need to be persisted as it can simply be returned to the caller requesting the mailbox value.
-
David Frey authored
-
David Frey authored
There was no point in permanently allocating the buffers since their lifetime was function scoped and thus they could be converted to stack variables.
-
David Frey authored
Let the compiler decide what to inline
-
David Frey authored
The slave_busy status doesn't need to persist, so just use a stack variable instead.
-
David Frey authored
The work queue would have been leaked in the case where the GPIO request failed because the error handling cases were in the wrong order.
-
David Frey authored
-