Dust off project - added opus frame size ajust

This commit is contained in:
jorgenkraghjakobsen
2020-04-24 08:32:53 +02:00
Unverified
parent 0867516166
commit 7f6853be43
2228 changed files with 180067 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
# Automatically generated build file. Do not edit.
COMPONENT_INCLUDES += $(PROJECT_PATH)/components/micro-ecc/micro-ecc
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/micro-ecc -lmicro-ecc
COMPONENT_LINKER_DEPS +=
COMPONENT_SUBMODULES += $(PROJECT_PATH)/components/micro-ecc/micro-ecc
COMPONENT_LIBRARIES += micro-ecc
COMPONENT_LDFRAGMENTS +=
component-micro-ecc-build:

Binary file not shown.

View File

@@ -0,0 +1,18 @@
micro-ecc/uECC.o: \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.c \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.h \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC_vli.h \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/types.h \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/platform-specific.inc \
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/curve-specific.inc
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.h:
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC_vli.h:
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/types.h:
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/platform-specific.inc:
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/curve-specific.inc:
/home/jakobsen/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/uECC.c:

Binary file not shown.