tma: Implement USB packet rw.

This commit is contained in:
Michael Scire
2018-11-07 23:19:11 -08:00
parent 2708de3876
commit ec8523af7c
8 changed files with 959 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ DEFINES := -DDISABLE_IPC
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 -ffunction-sections \
$(ARCH) $(DEFINES)