/Zephyr-Core-3.7.0/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(): 125 if self.database.is_tgt_little_endian(): 146 if self.database.is_tgt_64bit(): 159 self.database.get_arch(), 160 self.database.is_tgt_64bit()) 164 self.database.is_tgt_64bit())
|
D | log_parser.py | 54 def __init__(self, database): argument 55 self.database = database 57 self.data_types = DataTypes(self.database)
|
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) 284 source_id_str = self.database.get_log_source_string(domain_id, source_id)
|
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) 276 source_id_str = self.database.get_log_source_string(domain_id, source_id)
|
/Zephyr-Core-3.7.0/scripts/logging/dictionary/ |
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 …]
|
D | log_parser.py | 116 database = LogDatabase.read_json_database(args.dbfile) 117 if database is None: 126 log_parser = dictionary_parser.get_parser(database) 128 logger.debug("# Build ID: %s", database.get_build_id()) 129 logger.debug("# Target: %s, %d-bit", database.get_arch(), database.get_tgt_bits()) 130 if database.is_tgt_little_endian(): 135 logger.debug("# Database version: %d", database.get_version())
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 44 database)?
|
/Zephyr-Core-3.7.0/scripts/footprint/ |
D | upload_data.py | 47 client.write_points(footprint_data, time_precision='s', database='footprint_tracking')
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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 1791 Configuration database 1794 The Configuration database is an optional mesh subsystem that can be enabled through the 1795 :kconfig:option:`CONFIG_BT_MESH_CDB` configuration option. The Configuration database is only 1798 database enabled. This node is the Configurator, and is responsible for adding new nodes to the 1804 Create a Configuration database. argument 1812 Clear all data from the Configuration database. argument 1818 Show all data in the Configuration database. argument 1824 Manually add a mesh node to the configuration database. Note that devices provisioned with [all …]
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 7 GATT layer manages the service database providing APIs for service registration
|
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 4 # Windows: Registry database
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff-app/ |
D | README.rst | 76 The meshctl utility maintains a persistent JSON database containing
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | Kconfig.gatt | 109 bool "GATT dynamic database support" 127 changed on the GATT database.
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/ |
D | README.rst | 96 The meshctl utility maintains a persistent JSON database containing
|
/Zephyr-Core-3.7.0/ |
D | CMakeLists.txt | 516 # Likely a git-submodule. Let's ask git where the real database is located. 2001 # database, add the generation to post build command to make sure 2002 # the database is actually being generated. 2005 COMMAND ${CMAKE_COMMAND} -E echo "Generating logging dictionary database: ${LOG_DICT_DB_NAME}" 2013 # Seprate build target for generating logging dictionary database. 2014 # This needs to be explicitly called/used to generate the database. 2019 COMMENT "Generating logging dictionary database: ${LOG_DICT_DB_NAME}"
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | Kconfig | 324 int "Maximum number of nodes in the database" 329 save in the configuration database. 332 int "Maximum number of subnets in the database" 337 saved in the configuration database. 340 int "Maximum number of application keys in the database" 345 be saved in the configuration database. 1387 It should consider the Mesh Configuration Database instances if database enabled.
|