Searched full:exclusions (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/tools/ldgen/test/ |
D | test_generation.py | 236 # There should be exclusions in the default commands for flash_text and flash_rodata: 261 …# Generate exclusions in flash_text and flash_rodata … 262 flash_text[0].exclusions.add(FREERTOS) 263 flash_rodata[0].exclusions.add(FREERTOS) 273 # There should be exclusions in the default commands for flash_text and flash_rodata: 299 …# Generate exclusions in flash_text and flash_rodata … 300 flash_text[0].exclusions.add(CROUTINE) 301 flash_rodata[0].exclusions.add(CROUTINE) 311 …# There should be exclusions in the default commands for flash_text, as well as the implicit inter… 337 flash_text[0].exclusions.add(CROUTINE) [all …]
|
D | test_output_commands.py | 94 # Test exclusions 114 # Multiple exclusions
|
/hal_espressif-3.6.0/tools/ldgen/ |
D | output_commands.py | 78 def __init__(self, entity, sections, exclusions=None, keep=False, sort=None): argument 84 self.exclusions = set() 86 if exclusions: 87 assert(not [e for e in exclusions if e.specificity == Entity.Specificity.SYMBOL or 89 self.exclusions = set(exclusions) 91 self.exclusions = set() 102 for exc in sorted(self.exclusions): 163 self.exclusions == other.exclusions and
|
D | generation.py | 35 first matching rule, these exclusions make sure that accidental matching 56 self.exclusions = set() 105 self.exclusions.add(exclusion) 216 …placement.node.entity, command_sections, [e.node.entity for e in placement.exclusions], keep, sort) 224 … [e.node.entity for e in subplacement.exclusions], keep, sort) 273 exclusions using EXCLUDE_FILE for symbols does not work.
|
/hal_espressif-3.6.0/.gitlab/ci/ |
D | static-code-analysis.yml | 75 - export EXCLUSIONS="$custom_excludes,$submodules" 106 -Dsonar.exclusions=$EXCLUSIONS 125 -Dsonar.exclusions=$EXCLUSIONS
|
/hal_espressif-3.6.0/ |
D | .pre-commit-config.yaml | 9 … # note: whitespace exclusions use multiline regex, see https://pre-commit.com/#regular-expressions
|
/hal_espressif-3.6.0/tools/cmake/ |
D | project.cmake | 177 # Add component directories to the build, given the component filters, exclusions
|