Skip to content

WIP: Add timekeeping routines, clock sync and adjtimex

Ulrich Huber requested to merge feature/ptpd into next

Introduces a software clock to the FreeRTOS kernel, clock synchronization of internal clocks and hardware-independent adjtimex routines

Missing features:

  • ktime_get must take into account that TSU is not available
  • ktime_get_seconds must take into account that TSU is not available
Edited by Ulrich Huber

Merge request reports