Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 40) sorted by relevance

12

/hal_rpi_pico-latest/src/host/pico_stdio/
DCMakeLists.txt13 function(pico_enable_stdio_uart)
15 function(pico_enable_stdio_usb)
17 function(pico_enable_stdio_semihosting)
19 function(pico_enable_stdio_rtt)
/hal_rpi_pico-latest/src/common/pico_binary_info/
DCMakeLists.txt12 function(pico_set_program_name TARGET name)
17 function(pico_set_program_description TARGET description)
25 function(pico_set_program_url TARGET url)
30 function(pico_set_program_version TARGET version)
/hal_rpi_pico-latest/test/pico_float_test/llvm/
Dcall_apsr.S22 .type call_apsr_f,%function
31 .type call_apsr_d,%function
/hal_rpi_pico-latest/src/cmake/
Dno_hardware.cmake18 function(pico_define_boot_stage2 NAME)
22 function(pico_add_extra_outputs TARGET)
Don_device.cmake5 function(pico_get_runtime_output_directory TARGET output_path_name)
18 function(pico_add_hex_output TARGET)
23 function(pico_add_bin_output TARGET)
28 function(pico_add_dis_output TARGET)
49 function(pico_add_extra_outputs TARGET)
/hal_rpi_pico-latest/src/
DCMakeLists.txt22 function(pico_add_subdirectory subdir)
48 function(pico_mirrored_target_link_libraries TARGET SCOPE)
63 # unconditionally, so this function should only be passed dependencies that
70 # add a link option to wrap the given function name; i.e. -Wl:wrap=FUNCNAME for gcc
71 function(pico_wrap_function TARGET FUNCNAME)
76 function(pico_add_map_output TARGET)
96 function(pico_add_impl_library target)
111 function(pico_add_library target)
175 function(pico_add_doxygen_pre_define PRE_DEFINE)
180 function(pico_add_doxygen_enabled_section ENABLED_SECTION)
[all …]
/hal_rpi_pico-latest/cmake/
Dpico_utils.cmake1 function(pico_message param)
19 function(pico_find_in_paths OUT PATHS NAME)
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dasm_helper.S32 .type \x,%function
41 .type \x,%function
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
DCMakeLists.txt29 function(pico_enable_stdio_uart TARGET ENABLED)
33 function(pico_enable_stdio_usb TARGET ENABLED)
37 function(pico_enable_stdio_semihosting TARGET ENABLED)
41 function(pico_enable_stdio_rtt TARGET ENABLED)
/hal_rpi_pico-latest/tools/
DCMakeLists.txt76 function(pico_init_pioasm)
103 function(pico_init_picotool)
149 function(picotool_check_configurable TARGET)
158 function(pico_generate_pio_header TARGET PIO)
207 function(pico_package_uf2_output TARGET PACKADDR)
217 function(pico_set_otp_key_output_file TARGET OTPFILE)
228 function(pico_load_map_clear_sram TARGET)
246 function(pico_set_binary_version TARGET)
296 function(pico_set_uf2_family TARGET FAMILY)
309 function(pico_sign_binary TARGET)
[all …]
Dcheck_board_header.py463 function = m.group(3) variable
475 if function not in interface_instance:
476 …sn't a valid function for {}".format(board_header, define.lineno, name, function, instance_define))
477 if define.resolved_value not in interface_instance[function]:
478 …{} {}".format(board_header, define.lineno, name, define.resolved_value, function, interface, insta…
489 for function in expected_functions["required"]:
490 expected_function_pin = "{}_{}_PIN".format(name, function)
494 …expected_function_pins = list("{}_{}_PIN".format(name, function) for function in expected_function…
/hal_rpi_pico-latest/src/host/pico_printf/
DCMakeLists.txt3 function(pico_set_printf_implementation)
/hal_rpi_pico-latest/src/host/pico_runtime/
DCMakeLists.txt9 function(pico_minimize_runtime TARGET)
/hal_rpi_pico-latest/src/rp2040/boot_stage2/asminclude/boot2_helpers/
Dread_flash_sreg.S15 .type read_flash_sreg,%function
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dfind_compiler.cmake10 function(pico_find_compiler compiler_path compiler_exes)
37 function(pico_find_compiler_with_triples compiler_path triples compiler_suffix)
Dset_flags.cmake22 # function at all.
/hal_rpi_pico-latest/src/rp2040/pico_platform/
DCMakeLists.txt26 function(pico_add_platform_library TARGET)
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/
Dcrt0.S161 .type \name,%function
186 .type \name,%function
328 .type _entry_point,%function
379 .type _reset_handler,%function
509 .type runtime_init,%function
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt30 # needed by function below
37 function(pico_define_boot_stage2 NAME SOURCES)
101 function(pico_clone_default_boot_stage2 NAME)
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt30 # needed by function below
37 function(pico_define_boot_stage2 NAME SOURCES)
101 function(pico_clone_default_boot_stage2 NAME)
/hal_rpi_pico-latest/src/rp2350/boot_stage2/asminclude/boot2_helpers/
Dread_flash_sreg.S16 .type read_flash_sreg,%function
/hal_rpi_pico-latest/src/rp2350/pico_platform/
DCMakeLists.txt37 function(pico_add_platform_library TARGET)
/hal_rpi_pico-latest/src/host/pico_platform/
DCMakeLists.txt29 function(pico_add_platform_library TARGET)
/hal_rpi_pico-latest/
Dpico_sdk_init.cmake11 function(pico_is_top_level_project VAR)
21 function(pico_message_debug MESSAGE)
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/
DCMakeLists.txt3 function(pico_set_lwip_httpd_content TARGET_LIB TARGET_TYPE)

12