CMakeLists.txt 259 B

123456
  1. idf_component_register(SRCS "test_app_main.c"
  2. "test_calc_clk_div.c"
  3. "test_hal_utils_misc.c"
  4. INCLUDE_DIRS "."
  5. REQUIRES unity hal
  6. WHOLE_ARCHIVE)