Skip to content
  • Philippe Gerum's avatar
    hal: factor out timer and scheduler calibration · df64db5d
    Philippe Gerum authored
    All architectures can use the same code for calibrating the system
    timer, providing all implementations of rthal_timer_calibrate() are
    aligned to return clock cycles.
    
    Scheduler calibration is already a generic operation we can fold in
    the xnarch_init() code.
    df64db5d