Commit ead09527 authored by Aurelio Colosimo's avatar Aurelio Colosimo

softpll adapted to ppsi and included in Makefile

A fix in arch-spec/include/timer.h is needed too: do not include types.h, but
stdint.h file.
parent e7fd3382
......@@ -22,6 +22,7 @@ OBJ-libarch := $A/spec-startup.o \
$A/dev/endpoint.o \
$A/dev/pps_gen.o \
$A/dev/minic.o \
$A/softpll_ng.o \
lib/div64.o
$(LIBARCH): $(OBJ-libarch)
......
#ifndef __TIMER_H
#define __TIMER_H
#include "types.h"
#include <stdint.h>
#define TICS_PER_SECOND 1000
......
#include <stdio.h>
#include <stdlib.h>
#include "board.h"
#include "../spec.h"
#include "timer.h"
#include "trace.h"
#include "hw/softpll_regs.h"
#include "hw/pps_gen_regs.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment