Searched refs:function (Results 1 – 25 of 40) sorted by relevance
12
/hal_rpi_pico-latest/src/host/pico_stdio/ |
D | CMakeLists.txt | 13 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/ |
D | CMakeLists.txt | 12 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/ |
D | call_apsr.S | 22 .type call_apsr_f,%function 31 .type call_apsr_d,%function
|
/hal_rpi_pico-latest/src/cmake/ |
D | no_hardware.cmake | 18 function(pico_define_boot_stage2 NAME) 22 function(pico_add_extra_outputs TARGET)
|
D | on_device.cmake | 5 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/ |
D | CMakeLists.txt | 22 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/ |
D | pico_utils.cmake | 1 function(pico_message param) 19 function(pico_find_in_paths OUT PATHS NAME)
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/ |
D | asm_helper.S | 32 .type \x,%function 41 .type \x,%function
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | CMakeLists.txt | 29 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/ |
D | CMakeLists.txt | 76 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 …]
|
D | check_board_header.py | 463 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/ |
D | CMakeLists.txt | 3 function(pico_set_printf_implementation)
|
/hal_rpi_pico-latest/src/host/pico_runtime/ |
D | CMakeLists.txt | 9 function(pico_minimize_runtime TARGET)
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/asminclude/boot2_helpers/ |
D | read_flash_sreg.S | 15 .type read_flash_sreg,%function
|
/hal_rpi_pico-latest/cmake/preload/toolchains/util/ |
D | find_compiler.cmake | 10 function(pico_find_compiler compiler_path compiler_exes) 37 function(pico_find_compiler_with_triples compiler_path triples compiler_suffix)
|
D | set_flags.cmake | 22 # function at all.
|
/hal_rpi_pico-latest/src/rp2040/pico_platform/ |
D | CMakeLists.txt | 26 function(pico_add_platform_library TARGET)
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/ |
D | crt0.S | 161 .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/ |
D | CMakeLists.txt | 30 # 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/ |
D | CMakeLists.txt | 30 # 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/ |
D | read_flash_sreg.S | 16 .type read_flash_sreg,%function
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/ |
D | CMakeLists.txt | 37 function(pico_add_platform_library TARGET)
|
/hal_rpi_pico-latest/src/host/pico_platform/ |
D | CMakeLists.txt | 29 function(pico_add_platform_library TARGET)
|
/hal_rpi_pico-latest/ |
D | pico_sdk_init.cmake | 11 function(pico_is_top_level_project VAR) 21 function(pico_message_debug MESSAGE)
|
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/tools/ |
D | CMakeLists.txt | 3 function(pico_set_lwip_httpd_content TARGET_LIB TARGET_TYPE)
|
12