From 9cb9cda62f3e2b317022ed44345c70bc9f662682 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Sun, 21 Aug 2022 14:59:48 +0100 Subject: [PATCH] usbuart: Removed the TM4C version of usbuart.c as it's now not required --- src/platforms/launchpad-icdi/Makefile.inc | 1 - src/platforms/tm4c/usbuart.c | 30 ----------------------- 2 files changed, 31 deletions(-) delete mode 100644 src/platforms/tm4c/usbuart.c diff --git a/src/platforms/launchpad-icdi/Makefile.inc b/src/platforms/launchpad-icdi/Makefile.inc index 1cee80d..0aa9127 100644 --- a/src/platforms/launchpad-icdi/Makefile.inc +++ b/src/platforms/launchpad-icdi/Makefile.inc @@ -16,7 +16,6 @@ LDFLAGS = -nostartfiles -lc $(CPU_FLAGS) -nodefaultlibs -T$(LINKER_SCRIPT) -Wl,- VPATH += platforms/tm4c SRC += \ - usbuart.c \ timing.c \ traceswo.o diff --git a/src/platforms/tm4c/usbuart.c b/src/platforms/tm4c/usbuart.c deleted file mode 100644 index 6401015..0000000 --- a/src/platforms/tm4c/usbuart.c +++ /dev/null @@ -1,30 +0,0 @@ -/* - * This file is part of the Black Magic Debug project. - * - * Copyright (C) 2012 Black Sphere Technologies Ltd. - * Written by Gareth McMullin - * - * Copyright (C) 2014 Fredrik Ahlberg - * - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include -#include -#include -#include -#include - -#include "general.h" -#include "usb.h"