From 4c6cba205cde7cd56583af4b3e64476c33ea4278 Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Sat, 25 Jun 2011 14:35:06 +0200 Subject: TRANSPORT/TARGET: Updated source tree to build and use new swd infrastructure from src/transport not jtag/swd.h nor target/adi_v5_swd.c. --- src/target/Makefile.am | 2 +- src/target/adi_v5_swd.c | 2 +- src/target/arm_adi_v5.c | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/target/Makefile.am b/src/target/Makefile.am index eb1e6dbf..bd179254 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -85,13 +85,13 @@ ARM_DEBUG_SRC = \ arm_semihosting.c \ arm_adi_v5.c \ adi_v5_jtag.c \ - adi_v5_swd.c \ embeddedice.c \ trace.c \ etb.c \ etm.c \ $(OOCD_TRACE_FILES) \ etm_dummy.c +# adi_v5_swd.c AVR32_SRC = \ avr32_ap7k.c \ diff --git a/src/target/adi_v5_swd.c b/src/target/adi_v5_swd.c index 5a3570d5..924136e2 100644 --- a/src/target/adi_v5_swd.c +++ b/src/target/adi_v5_swd.c @@ -53,7 +53,7 @@ #include #include -#include +#include diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index 66ec114f..cfef7880 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -10,7 +10,8 @@ * * * Copyright (C) 2009-2010 by David Brownell * * * - * Copyright (C) 2011 Tomasz Boleslaw CEDRO * * + * Copyright (C) 2011 Tomasz Boleslaw CEDRO * + * cederom@tlen.pl, http://www.tomek.cedro.info * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -76,6 +77,7 @@ #include #include #include +#include //We need to have access to information on other layers such as transport etc //these are kept in global interface structure for now. Change ASAP. -- cgit v1.2.3