Skip to content
Snippets Groups Projects
  1. May 06, 2021
    • Christopher Wipf's avatar
      Merge branch 'gpsclock' into 'gpsclock' · 85017637
      Christopher Wipf authored
      Updates to the gpsclock merge request
      
      See merge request christopher.wipf/advligorts!1
      85017637
    • Jonathan Hanks's avatar
      Updates to the gpsclock. · 58acce0a
      Jonathan Hanks authored
      Try to keep things to one build of the code, most/all of this can be done at run time.
      
       * Remove the GPSCLOCK cmake config option
       * Revert edcu.c and sdf_monitor.c.  These are not used anymore and should just be dropped (for another commit).
       * Removed dead symmetricom/gps code from standalone_edcu.cc.
       * Updated the gps logic used by standalone_edcu.cc (gps.hh) to use gpsclock instead of the system time if /dev/gpstime is not available.
       * Minor refactor of the controllerAppUser.c and controllerIopUser.c to reduce the number of ifdefs (for ease of reading)
       * Reworked local_dc.c to use gpsclock to use /dev/gpstime if available or gpsclock if it is not available.
      58acce0a
  2. May 05, 2021
    • Christopher Wipf's avatar
      Userspace alternative to gpstime kernel module · 97ea21ec
      Christopher Wipf authored
      This code can be used when models run in userspace and without GPS hardware.
      It removes the dependency on the special device file /dev/gpstime.
      GPS time is obtained in userspace from the system clock.
      Enable at compile time by defining USE_GPSCLOCK.
      When building a model, add userspacegps=1 to the CDS parameters.
      97ea21ec
  3. May 03, 2021
  4. Apr 30, 2021
  5. Apr 23, 2021
  6. Apr 22, 2021
  7. Apr 21, 2021
  8. Apr 20, 2021
Loading