CMakeLists.txt 294 B

1234567891011
  1. set(COMPONENT_SRCDIRS ".")
  2. set(COMPONENT_ADD_INCLUDEDIRS ".")
  3. set(COMPONENT_REQUIRES unity ulp soc)
  4. register_component()
  5. set(ULP_APP_NAME ulp_test_app)
  6. set(ULP_S_SOURCES "ulp/test_jumps.S")
  7. set(ULP_EXP_DEP_SRCS "test_ulp_as.c")
  8. include(${IDF_PATH}/components/ulp/component_ulp_common.cmake)