mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

* spi cxx unit test (CATCH-based, on host) * added portmacro.h to driver mocking * added simple testing app to write/read SPI, using an MPU9250
4 lines
85 B
Makefile
4 lines
85 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include private_include
|
|
|
|
COMPONENT_SRCDIRS := ./ driver
|