Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/
Dstandard_binary_info.c18 #define section_hack_attr __attribute__((section(".binary_info_header"))) macro
20 #define section_hack_attr macro
26 bi_decl_with_attr(bi_binary_end((intptr_t)&__flash_binary_end), section_hack_attr)
34 bi_decl_with_attr(bi_program_build_date_string(PICO_PROGRAM_BUILD_DATE), section_hack_attr);
42 bi_decl_with_attr(bi_program_name(PICO_PROGRAM_NAME), section_hack_attr)
54 …_INFO_TAG_RASPBERRY_PI, BINARY_INFO_ID_RP_SDK_VERSION, PICO_SDK_VERSION_STRING), section_hack_attr)