CMakeLists.txt 255 B

12345
  1. idf_component_register(SRCS "esp_eth_test.c"
  2. INCLUDE_DIRS "."
  3. PRIV_INCLUDE_DIRS "."
  4. PRIV_REQUIRES unity esp_eth esp_netif)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")