CMakeLists.txt 208 B

1234
  1. idf_component_register(SRCS "test_app_trace_main.c" "test_trace.c"
  2. INCLUDE_DIRS "."
  3. PRIV_REQUIRES app_trace unity esp_driver_gptimer
  4. WHOLE_ARCHIVE)