Home
last modified time | relevance | path

Searched refs:PICO_PROGRAM_NAME (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/
Dstandard_binary_info.c38 #if !defined(PICO_PROGRAM_NAME) && defined(PICO_TARGET_NAME)
39 #define PICO_PROGRAM_NAME PICO_TARGET_NAME macro
41 #ifdef PICO_PROGRAM_NAME
42 bi_decl_with_attr(bi_program_name(PICO_PROGRAM_NAME), section_hack_attr)
/hal_rpi_pico-latest/src/common/pico_binary_info/
Dbinary_info.bzl3 # PICO_BUILD_DEFINE: PICO_PROGRAM_NAME, Provided by PICO_DEFAULT_BINARY_INFO or a manually linked c…
11 _all_defines.append('PICO_PROGRAM_NAME=\\"{}\\"'.format(program_name))
DCMakeLists.txt13 …# PICO_BUILD_DEFINE: PICO_PROGRAM_NAME, value passed to pico_set_program_name, type=string, group=…