Skip to content

Commit 4871f41

Browse files
ArcaneNibbledlech
authored andcommitted
lib/tiam1808: Delete TI USB library
Delete this library so that we do not accidentally use it. It is not license-compatible with the GPL.
1 parent d20b409 commit 4871f41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-33829
lines changed

.vscode/c_cpp_properties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"${workspaceFolder}/lib/tiam1808/tiam1808/hw",
7373
"${workspaceFolder}/lib/tiam1808/tiam1808/armv5",
7474
"${workspaceFolder}/lib/tiam1808/tiam1808/armv5/am1808",
75-
"${workspaceFolder}/lib/tiam1808/tiam1808/usblib",
7675
"${workspaceFolder}/lib/umm_malloc/src"
7776
],
7877
"defines": [

bricks/_common/arm_none_eabi.mk

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ INC += -I$(PBTOP)/lib/tiam1808/tiam1808
144144
INC += -I$(PBTOP)/lib/tiam1808/tiam1808/hw
145145
INC += -I$(PBTOP)/lib/tiam1808/tiam1808/armv5
146146
INC += -I$(PBTOP)/lib/tiam1808/tiam1808/armv5/am1808
147-
INC += -I$(PBTOP)/lib/tiam1808/tiam1808/usblib
148147
endif
149148
INC += -I$(PBTOP)
150149
INC += -I$(BUILD)
@@ -312,30 +311,6 @@ TI_AM1808_SRC_C += $(addprefix lib/pbio/drv/uart/uart_ev3_pru_lib/,\
312311
suart_utils.c \
313312
)
314313

315-
TI_AM1808_USB_SRC_C = $(addprefix lib/tiam1808/usblib/,\
316-
device/usbdbulk.c \
317-
device/usbdcdc.c \
318-
device/usbdcdesc.c \
319-
device/usbdcomp.c \
320-
device/usbdconfig.c \
321-
device/usbdenum.c \
322-
device/usbdhandler.c \
323-
device/usbdhid.c \
324-
device/usbdhidmouse.c \
325-
device/usbdmsc.c \
326-
host/usbhhid.c \
327-
host/usbhhidkeyboard.c \
328-
host/usbhhidmouse.c \
329-
host/usbhmsc.c \
330-
host/usbhostenum.c \
331-
host/usbhscsi.c \
332-
usbbuffer.c \
333-
usbdesc.c \
334-
usbkeyboardmap.c \
335-
usbringbuf.c \
336-
usbtick.c \
337-
)
338-
339314
EV3_SRC_S = $(addprefix lib/pbio/platform/ev3/,\
340315
exceptionhandler.S \
341316
start.S \
@@ -582,7 +557,6 @@ endif
582557

583558
ifeq ($(PB_MCU_FAMILY),TIAM1808)
584559
OBJ += $(addprefix $(BUILD)/, $(TI_AM1808_SRC_C:.c=.o))
585-
OBJ += $(addprefix $(BUILD)/, $(TI_AM1808_USB_SRC_C:.c=.o))
586560
OBJ += $(addprefix $(BUILD)/, $(EV3_SRC_S:.S=.o))
587561
$(addprefix $(BUILD)/, $(EV3_SRC_S:.S=.o)): CFLAGS += -D__ASSEMBLY__
588562
OBJ += $(BUILD)/pru_suart.bin.o

lib/tiam1808/tiam1808/usblib/readme.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

lib/tiam1808/tiam1808/usblib/usb-ids.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)