/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_database.py | 84 self.database = new_db 89 return self.database['version'] 94 return self.database['build_id'] 99 self.database['build_id'] = build_id 104 return self.database['arch'] 109 self.database['arch'] = arch 114 if 'bits' in self.database['target']: 115 return self.database['target']['bits'] 122 self.database['target']['bits'] = bits 128 if 'bits' not in self.database['target']: [all …]
|
D | mipi_syst.py | 68 def __gen_syst_modules(database): argument 72 if 'log_subsys' not in database.database: 75 if 'log_instances' not in database.database['log_subsys']: 78 instances = database.database['log_subsys']['log_instances'] 94 def __gen_syst_catalog(database): argument 98 if not database.has_string_mappings(): 101 if database.is_tgt_64bit(): 108 for addr, one_str in database.get_string_mappings().items(): 111 if database.is_tgt_64bit(): 119 def gen_syst_xml_file(database): argument [all …]
|
D | __init__.py | 15 def get_parser(database): argument 17 db_ver = int(database.get_version()) 21 return LogParserV1(database) 25 return LogParserV3(database)
|
D | data_types.py | 27 def __init__(self, database): argument 28 self.database = database 31 if database.is_tgt_64bit(): 130 if self.database.is_tgt_little_endian(): 151 if self.database.is_tgt_64bit(): 164 self.database.get_arch(), 165 self.database.is_tgt_64bit()) 169 self.database.is_tgt_64bit())
|
D | log_parser.py | 57 def __init__(self, database): argument 58 self.database = database 60 self.data_types = DataTypes(self.database)
|
D | log_parser_v1.py | 65 def __init__(self, database): argument 66 super().__init__(database=database) 68 if self.database.is_tgt_little_endian(): 76 if self.database.is_tgt_64bit(): 81 if "CONFIG_LOG_TIMESTAMP_64BIT" in self.database.get_kconfigs(): 88 one_str = self.database.find_string(arg) 278 source_id_str = self.database.get_log_source_string(domain_id, source_id)
|
D | log_parser_v3.py | 68 def __init__(self, database): argument 69 super().__init__(database=database) 71 if self.database.is_tgt_little_endian(): 81 if self.database.is_tgt_64bit(): 86 if "CONFIG_LOG_TIMESTAMP_64BIT" in self.database.get_kconfigs(): 93 one_str = self.database.find_string(arg) 286 source_id_str = self.database.get_log_source_string(domain_id, source_id)
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | parserlib.py | 25 database = LogDatabase.read_json_database(dbfile) 30 if database is None: 38 log_parser = dictionary_parser.get_parser(database) 40 logger.debug("# Build ID: %s", database.get_build_id()) 41 logger.debug("# Target: %s, %d-bit", database.get_arch(), database.get_tgt_bits()) 42 if database.is_tgt_little_endian():
|
D | database_gen.py | 175 def parse_log_const_symbols(database, log_const_area, log_const_symbols, string_mappings): argument 177 if database.is_tgt_little_endian(): 182 if database.is_tgt_64bit(): 228 database.add_log_instance(source_id, instance_name, level, sym.entry['st_value']) 231 def extract_elf_information(elf, database): argument 237 database.set_tgt_endianness(LogDatabase.LITTLE_ENDIAN) 239 database.set_tgt_endianness(LogDatabase.BIG_ENDIAN) 245 def process_kconfigs(elf, database): argument 250 database.set_tgt_bits(64 if "CONFIG_64BIT" in kconfigs else 32) 255 database.set_arch(name) [all …]
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | debug-with-arm-ds.rst | 37 Create a new configuration database 40 Create a new configuration database by selecting ``File -> New -> Other... -> Configuration Databas… 42 .. image:: images/create-new-configuration-database.jpg 44 :alt: Arm DS create new configuration database 46 Choose a name for the database. Here ``Zephyr`` is used: 50 :alt: Arm DS create new configuration database: choose database name 52 Click ``Finish`` and the new configuration database can be seen in ``Project Explorer``: 56 :alt: Arm DS create new configuration database: shown in project explorer
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 7 # NEEDED: set the variable for the ECLAIR project database from the environment
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 123 # This target is used to generate the ECLAIR database when all the compilation is done and the 137 # This command is used to generate the final reports from the database and print the overall results
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 97 bool "Only generated log dictionary database from target" 100 Enable this option to make generating the log dictionary database
|
/Zephyr-latest/scripts/coccinelle/ |
D | find_dev_usage.cocci | 4 // Uses a python database (a dict) to find where const struct device
|
D | find_functions.cocci | 7 // Generate a q&d python database (a dict actually) of all the
|
/Zephyr-latest/scripts/footprint/ |
D | upload_data.py | 47 client.write_points(footprint_data, time_precision='s', database='footprint_tracking')
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 44 database)?
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 480 /* load database */ 481 showProgress('Loading database...'); 514 showError(`Kconfig database could not be loaded (${error})`);
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 112 using a JSON database generated during the build process. 138 …e stm`` command to start capturing logs from the device, specifying the database configuration for… 140 …nrfutil trace stm --database-config 34:build/zephyr/log_dictionary.json,35:build_rad/zephyr/log_di… 240 … domains, such as the Radio core and Application core, ensure that each database is prefixed with …
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 230 When no ID file is specified coccinelle assumes your ID database file 232 carries a script scripts/idutils_index.sh which creates the database with: 238 If you have another database filename you can also just symlink with this 245 Alternatively you can specify the database filename explicitly, for
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 384 Provision the mesh node itself. If the Configuration database is enabled, the network key 508 on the provisioning features and the Configuration database to be fully functional. The 1887 Configuration database 1890 The Configuration database is an optional mesh subsystem that can be enabled through the 1891 :kconfig:option:`CONFIG_BT_MESH_CDB` configuration option. The Configuration database is only 1894 database enabled. This node is the Configurator, and is responsible for adding new nodes to the 1900 Create a Configuration database. argument 1908 Clear all data from the Configuration database. argument 1914 Show all data in the Configuration database. argument 1920 Manually add a mesh node to the configuration database. Note that devices provisioned with [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 7 GATT layer manages the service database providing APIs for service registration
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 4 # Windows: Registry database
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 109 bool "GATT dynamic database support" 126 changed on the GATT database.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 77 The meshctl utility maintains a persistent JSON database containing
|