Merge https://github.com/SuperHouse/esp-open-rtos into feature/testing
This commit is contained in:
commit
a6ccf90c07
91 changed files with 1494 additions and 242 deletions
|
|
@ -19,7 +19,7 @@ TESTCASE_SRC_FILES = $(wildcard $(PROGRAM_DIR)cases/*.c)
|
|||
# Do not include source files into a static library because when adding this
|
||||
# library with '--whole-archive' linker gives error that archive contains
|
||||
# unknown objects (source files)
|
||||
INCLUDE_SRC_INTO_AR = 0
|
||||
INCLUDE_SRC_IN_AR = 0
|
||||
|
||||
# Link every object in the 'program' archive, to pick up constructor functions for test cases
|
||||
EXTRA_LDFLAGS = -Wl,--whole-archive $(BUILD_DIR)program.a -Wl,--no-whole-archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue