- 04 Oct, 2018 5 commits
-
-
David Frey authored
-
David Frey authored
-
David Frey authored
The yellow_* targets all build successfully using the latest toolchains so enable building for yellow under the "all" target.
-
David Frey authored
-
David Frey authored
-
- 02 Oct, 2018 7 commits
-
-
David Frey authored
Move the CAN IoT card fragment into a .sinc file to de-clutter the main SDEF file.
-
David Frey authored
-
David Frey authored
-
David Frey authored
Replace references to MANGOH_CAN_9X15 with MANGOH_WP_CHIPSET_9X15 and eliminate the MANGOH_CAN_9X15 variable. There is no neet to have a CAN-specific variable for chipset identification.
-
David Frey authored
As of WP85/WP75 Release 16, all WP modules support the MT7697 based WiFi on the mangOH Red board and thus it is no longer necessary to distinguish between the modules when deciding what is included in the mangOH.sdef.
-
David Frey authored
WP85/75 release 16 properly supports the battery service, so the #if statement in the SDEF can be removed and the battery service can be included for the mangOH Red regardless of which module is being used.
-
David Frey authored
-
- 01 Oct, 2018 3 commits
-
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
- 28 Sep, 2018 4 commits
-
-
David Frey authored
IioDeviceList is a simple application which demonstrates how to use the shared libiio component to enumerate the IIO devices avaialble in the system.
-
David Frey authored
This app applies to a sensor which is not included on any mangOH.
-
David Frey authored
-
Ashish Syal authored
-
- 27 Sep, 2018 9 commits
-
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
Ashish Syal authored
-
- 14 Sep, 2018 1 commit
-
-
David Frey authored
An at24 eeprom device is created from the mangOH red kernel module. The eeprom contents can be read from /sys/bus/i2c/devices/0-0051/eeprom.
-
- 06 Sep, 2018 1 commit
-
-
Mirac Chen authored
rtc-pcf85063 is an I2C RTC chip that exists on the mangOH Yellow. This driver was copied from the mainline Linux kernel. rtc_sync is a kernel module that sets the system time from rtc1 when the module is loaded and then periodically syncs the system time to the RTC if the system time is changed.
-
- 24 Aug, 2018 1 commit
-
-
David Frey authored
-
- 22 Aug, 2018 1 commit
-
-
David Frey authored
Prior to Legato 18.07.0, there was bug (LE-10550) in Legato which caused the supervisor to get stuck in an infinite loop if two different mdefs included in a system depended on the same mdef. As a workaround the dependency of bmp280.mdef on iio-kfifo-buf.mdef was commented out. Now that this bug is resolved, the dependency can be restored.
-
- 17 Aug, 2018 1 commit
-
-
David Frey authored
-
- 14 Aug, 2018 1 commit
-
-
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.
-
- 08 Aug, 2018 1 commit
-
-
David Frey authored
The bq27xxx module now compiles for both 9x15 and 9x07 based targets. The module has not been tested yet.
-
- 07 Aug, 2018 2 commits
-
-
David Frey authored
-
David Frey authored
-
- 25 Jul, 2018 1 commit
-
-
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.
-
- 27 Jun, 2018 2 commits
-
-
David Frey authored
-
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.
-