Searched refs:entities (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/tools/ldgen/test/ |
D | test_generation.py | 52 self.entities = None 76 self.entities = EntityDB() 79 self.entities.add_sections_info(objdump) 142 actual = self.generation.generate(self.entities) 253 actual = self.generation.generate(self.entities) 291 actual = self.generation.generate(self.entities) 330 actual = self.generation.generate(self.entities) 342 croutine_sections = self.entities.get_sections('libfreertos.a', 'croutine') 386 actual = self.generation.generate(self.entities) 404 croutine_sections = self.entities.get_sections('libfreertos.a', 'croutine') [all …]
|
D | test_entity.py | 201 self.entities = EntityDB() 204 self.entities.add_sections_info(objdump) 207 archives = self.entities.get_archives() 211 objs = self.entities.get_objects('libfreertos.a') 217 self.entities.get_sections('libfreertos.a', 'croutine') 220 sections = self.entities.get_sections('libfreertos.a', 'croutine.c') 224 sections = self.entities.get_sections('libfreertos.a', 'croutine.S') 229 sections = self.entities.get_sections('libfreertos.a', 'timers') 241 self.entities.add_sections_info(objdump) 243 sections = self.entities.get_sections('ěščřžýáíé.a', 'croutine') [all …]
|
/hal_espressif-3.6.0/tools/ldgen/ |
D | generation.py | 432 def _prepare_entity_mappings(self, scheme_dictionary, entities): argument 450 if not entities.check_exists(entity): 513 def generate(self, entities): argument 515 entity_mappings = self._prepare_entity_mappings(scheme_dictionary, entities) 520 root_node.insert(entity, sections, target, flags, entities)
|
D | README.md | 11 - `entity.py` - contains classes related to entities (library, object, symbol or combination of the…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 53 Diagram of the key entities involved in USB Host functionality 55 The diagram above shows the key entities that are involved when implementing USB Host functionality…
|
/hal_espressif-3.6.0/components/usb/ |
D | maintainers.md | 116 … treated as completely separate entities (with their own handles and events). This allows clients …
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | linker-script-generation.rst | 196 …tokens ``noflash`` or ``rtc`` are not merely keywords, but are actually entities called fragments,… 219 …er. What fragment files actually contain are 'fragments'. Fragments are entities which contain pie… 400 Mapping fragments define what scheme fragment to use for mappable entities, i.e. object files, func…
|
/hal_espressif-3.6.0/ |
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
/hal_espressif-3.6.0/zephyr/blobs/ |
D | license.txt | 17 other entities that control, are controlled by, or are under common
|
/hal_espressif-3.6.0/tools/cmake/ |
D | component.cmake | 140 # For each component, two entities are created: a component target and a component library. The
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | nvs_flash.rst | 193 NVS library uses two main entities in its operation: pages and entries. Page is a logical structure…
|
/hal_espressif-3.6.0/components/newlib/ |
D | COPYING.NEWLIB | 79 documentation, and that the name of Lucent or any of its entities
|