CMakeLists.txt 217 B

123456
  1. set(srcs "test_ringbuf_main.c"
  2. "test_ringbuf.c")
  3. idf_component_register(SRCS ${srcs}
  4. PRIV_REQUIRES esp_ringbuf esp_driver_gptimer spi_flash unity
  5. WHOLE_ARCHIVE)