CMakeLists.txt 256 B

123456
  1. idf_component_register(SRCS "cmd_i2ctools.c"
  2. INCLUDE_DIRS "." "$(PROJECT_PATH)/components/tools/"
  3. REQUIRES esp_common
  4. PRIV_REQUIRES freertos esp32 spi_flash newlib log console pthread
  5. )