Module consts

Source
Expand description

Constants for binary info

Constantsยง

ID_RP_BINARY_END
Used to note the size of the binary - use with IntegerEntry
ID_RP_BOOT2_NAME
Used to note which boot2 image this program uses - use with StringEntry
ID_RP_PICO_BOARD
Used to note which board this program targets - use with StringEntry
ID_RP_PROGRAM_BUILD_ATTRIBUTE
Used to note some whether this was a Debug or Release build - use with StringEntry
ID_RP_PROGRAM_BUILD_DATE_STRING
Used to note the program build date - use with StringEntry
ID_RP_PROGRAM_DESCRIPTION
Used to note a description of the program - use with StringEntry
ID_RP_PROGRAM_FEATURE
Used to note some feature of the program - use with StringEntry
ID_RP_PROGRAM_NAME
Used to note the program name - use with StringEntry
ID_RP_PROGRAM_URL
Used to note a URL for the program - use with StringEntry
ID_RP_PROGRAM_VERSION_STRING
Used to note the program version - use with StringEntry
ID_RP_SDK_VERSION
Used to note the Pico SDK version used - use with StringEntry
TAG_RASPBERRY_PI
All Raspberry Pi specified IDs have this tag.