Searched refs:TYPE_STR (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | bindesc.py | 63 TYPE_STR = 1 variable in Bindesc 72 self.bindesc_gen_tag(self.TYPE_STR, 0x800): 'APP_VERSION_STRING', 77 self.bindesc_gen_tag(self.TYPE_STR, 0x805): 'APP_BUILD_VERSION', 78 self.bindesc_gen_tag(self.TYPE_STR, 0x900): 'KERNEL_VERSION_STRING', 83 self.bindesc_gen_tag(self.TYPE_STR, 0x905): 'KERNEL_BUILD_VERSION', 91 self.bindesc_gen_tag(self.TYPE_STR, 0xa07): 'BUILD_DATE_TIME_STRING', 92 self.bindesc_gen_tag(self.TYPE_STR, 0xa08): 'BUILD_DATE_STRING', 93 self.bindesc_gen_tag(self.TYPE_STR, 0xa09): 'BUILD_TIME_STRING', 94 self.bindesc_gen_tag(self.TYPE_STR, 0xb00): 'HOST_NAME', 95 self.bindesc_gen_tag(self.TYPE_STR, 0xb01): 'C_COMPILER_NAME', [all …]
|