File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set(PICO_BOOT_STAGE2_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL "")
33
33
pico_add_library(boot_stage2_headers)
34
34
target_include_directories (boot_stage2_headers SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR} /include )
35
35
36
- # pico_define_boot_stage2(TARGET NAME SOURCES)
36
+ # pico_define_boot_stage2(NAME SOURCES)
37
37
# Define a boot stage 2 target.
38
38
# By convention the first source file name without extension is used for the binary info name
39
39
function (pico_define_boot_stage2 NAME SOURCES )
@@ -99,7 +99,7 @@ endmacro()
99
99
100
100
pico_define_boot_stage2(bs2_default ${PICO_DEFAULT_BOOT_STAGE2_FILE} )
101
101
102
- # pico_clone_default_boot_stage2(TARGET NAME)
102
+ # pico_clone_default_boot_stage2(NAME)
103
103
# Create a new boot stage 2 target using the default implementation for the current build (PICO_BOARD derived)
104
104
function (pico_clone_default_boot_stage2 NAME )
105
105
pico_define_boot_stage2(${NAME} ${PICO_DEFAULT_BOOT_STAGE2_FILE} )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set(PICO_BOOT_STAGE2_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL "")
33
33
pico_add_library(boot_stage2_headers)
34
34
target_include_directories (boot_stage2_headers SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR} /include )
35
35
36
- # pico_define_boot_stage2(TARGET NAME SOURCES)
36
+ # pico_define_boot_stage2(NAME SOURCES)
37
37
# Define a boot stage 2 target.
38
38
# By convention the first source file name without extension is used for the binary info name
39
39
function (pico_define_boot_stage2 NAME SOURCES )
@@ -99,7 +99,7 @@ endmacro()
99
99
100
100
pico_define_boot_stage2(bs2_default ${PICO_DEFAULT_BOOT_STAGE2_FILE} )
101
101
102
- # pico_clone_default_boot_stage2(TARGET NAME)
102
+ # pico_clone_default_boot_stage2(NAME)
103
103
# Create a new boot stage 2 target using the default implementation for the current build (PICO_BOARD derived)
104
104
function (pico_clone_default_boot_stage2 NAME )
105
105
pico_define_boot_stage2(${NAME} ${PICO_DEFAULT_BOOT_STAGE2_FILE} )
You can’t perform that action at this time.
0 commit comments