diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-13 04:37:38 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-13 04:37:38 +0000 |
commit | ee1f021427f8966fb29e70eab1a3be4345af65b1 (patch) | |
tree | da67b9d102daaea09e06be52cc53c186a17ed507 /openpicc/Makefile | |
parent | 3d0a9bd40be2d014e0877eb623042c899d8cbe66 (diff) |
Get tc_cdiv working (presumably, need to check on the oscilloscope)
Add adc code to read the field strength
git-svn-id: https://svn.openpcd.org:2342/trunk@325 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index de01b48..a1b7a55 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -75,11 +75,13 @@ ARM_SRC= \ application/cmd.c \ application/env.c \ application/da.c \ + application/adc.c \ application/pll.c \ application/pio_irq.c \ application/ssc_picc.c \ application/tc_cdiv_sync.c \ application/tc_fdt.c \ + application/tc_cdiv.c \ os/boot/Cstartup_SAM7.c \ os/core/list.c \ os/core/queue.c \ |