Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-08 19:11:54 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
efb51d1075ee65c5392be052f3535484fb8bbff7
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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 53ms 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