Changes between Version 24 and Version 25 of faq


Ignore:
Timestamp:
08/24/2018 10:01:56 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

update URLS as internal wiki URLS rather than using the whole path. add gsc sleep

Legend:

Unmodified
Added
Removed
Modified
  • faq

    v24 v25  
    269269Getting our GSC driver to be adopted by the mainline kernel community has been an up hill battle, hence the long delay in its implementation.  Many of its features are still accessible using I2C commands and other methods:
    270270* The RTC is compatible with the standard Linux ds1672 RTC driver and thus works with the standard Linux RTC device API.
    271  * http://trac.gateworks.com/wiki/gsc#RealTimeClock
     271 * [wiki:gsc#RealTimeClock GSC RTC]
    272272* Voltage and temperature monitoring can be accomplished using I2C commands.
    273  * http://trac.gateworks.com/wiki/gsc#SystemTemperatureandVoltageMonitor
     273 * [wiki:gsc#SystemTemperatureandVoltageMonitor Temp & Voltage Monitor]
    274274* GPIO expansion does not require GSC drivers.
    275  * http://trac.gateworks.com/wiki/gsc#GeneralPurposeInputandOutputGPIO
    276  * http://trac.gateworks.com/wiki/gpio
     275 * [wiki:gsc#GeneralPurposeInputandOutputGPIO GSC GPIO]
     276 * [wiki:gpio Generic GPIO]
    277277* Linux input event support will be lost, there is currently no work around for this.
    278  * http://trac.gateworks.com/wiki/gsc#GSCInputkerneldriver
     278 * [wiki:gsc#GSCInputkerneldriver GSC Input Driver]
    279279* Hardware watchdog, this is where you may run into trouble using GSC, though the CPU watchdog will be adequate in many cases.  The issue here will be the inability for the GSC to disable board power.
    280  * http://trac.gateworks.com/wiki/gsc#HardwareWatchdog
     280 * [wiki:gsc#HardwareWatchdog GSC Watchdog]
    281281* Field firmware updates (via gsc_update tool) do not depend on the gsc driver
    282  * http://trac.gateworks.com/wiki/gsc#GSCUpdates
     282 * [wiki:gsc#GSCUpdates GSC Updates]
     283* GSC Sleep
     284 * [wiki:gsc#HardwareSleepandWake GSC Sleep]