components: use new component registration api
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
set(COMPONENT_SRCS "ulp.c"
|
||||
"ulp_macro.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
register_component()
|
||||
idf_component_register(SRCS "ulp.c"
|
||||
"ulp_macro.c"
|
||||
INCLUDE_DIRS include)
|
||||
@@ -1,9 +1,6 @@
|
||||
set(COMPONENT_SRCDIRS ".")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
set(COMPONENT_REQUIRES unity ulp soc esp_common)
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRC_DIRS "."
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES unity ulp soc esp_common)
|
||||
|
||||
set(ulp_app_name ulp_test_app)
|
||||
set(ulp_s_sources "ulp/test_jumps.S")
|
||||
|
||||
Reference in New Issue
Block a user