Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
055cc251b78c5e8adf41f2e5420f5f6a562d7005
esp-idf/components/driver/test/component.mk

10 lines
221 B
Makefile
Raw Normal View History

Add SPI Master driver, example, test and docs
2017-01-06 14:20:32 +08:00
#
#Component Makefile
#
fix unit test and examples for s2beta
2019-08-06 17:59:26 +08:00
COMPONENT_SRCDIRS += esp32
test: add new test framework for different configurations Paremeterized Test Framework ----------------------------- The SPI has a lot of parameters, which works in the same process. This framework provides a way to easily test different parameter sets. The framework can work in two different ways: - local test: which requires only one board to perform the test - master & slave test: which generates two sub test items which uses the same config set to cooperate to perform the test. The user defines a (pair if master/slave) set of init/deinit/loop functions. Then the test framework will call init once, then call loop several times with different configurations, then call deinit. Then a unit test can be appended by add a parameter group, and pass it into a macro.
2018-06-26 16:23:39 +08:00
COMPONENT_SRCDIRS += param_test
COMPONENT_PRIV_INCLUDEDIRS += param_test/include
Add SPI Master driver, example, test and docs
2017-01-06 14:20:32 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 45ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API