esp-idf/examples/cxx/experimental/experimental_cpp_component/component.mk
Jakob Hasse 7efb01846f [cxx]: simple spi master class
* 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
2021-10-25 14:56:59 +08:00

4 lines
85 B
Makefile

COMPONENT_ADD_INCLUDEDIRS := include private_include
COMPONENT_SRCDIRS := ./ driver