Searched full:exclusions (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-2.7.6/tools/ldgen/ |
D | output_commands.py | 22 def __init__(self, entity, sections, exclusions=None): argument 28 self.exclusions = set() 30 if exclusions: 31 assert(not [e for e in exclusions if e.specificity == Entity.Specificity.SYMBOL or 33 self.exclusions = set(exclusions) 35 self.exclusions = set() 41 for exc in sorted(self.exclusions): 78 self.exclusions == other.exclusions)
|
D | generation.py | 32 def __init__(self, target, exclusions, explicit=False): argument 34 self.exclusions = set(exclusions) 63 # in creating exclusions. This relies on the fact that 71 self.sections[sections].exclusions.add(exclusion) 73 # Recursively create exclusions in parents 137 if info.exclusions or info.explicit: 138 command = InputSectionDesc(self.entity, sections, info.exclusions) 231 # This is to avoid emitting unecessary command and exclusions for the archive node and
|
/hal_espressif-2.7.6/tools/ldgen/test/ |
D | test_generation.py | 235 # There should be exclusions in the default commands for flash_text and flash_rodata: 260 …# Generate exclusions in flash_text and flash_rodata … 261 flash_text[0].exclusions.add(FREERTOS) 262 flash_rodata[0].exclusions.add(FREERTOS) 272 # There should be exclusions in the default commands for flash_text and flash_rodata: 298 …# Generate exclusions in flash_text and flash_rodata … 299 flash_text[0].exclusions.add(CROUTINE) 300 flash_rodata[0].exclusions.add(CROUTINE) 310 …# There should be exclusions in the default commands for flash_text, as well as the implicit inter… 336 flash_text[0].exclusions.add(CROUTINE) [all …]
|
D | test_output_commands.py | 94 # Test exclusions 114 # Multiple exclusions
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | tools_WD_excl.ps1 | 3 # Microsoft WindowsDefender exclusions handler 26 # remove all matching files in the path (recursive) from WD exclusions 182 …ncluding the process' binary, a record must be added to both Exclusions/Paths and Exclusions/Proce… 183 …at-protection/windows-defender-antivirus/configure-process-opened-file-exclusions-windows-defender… 185 …#The exclusions only apply to always-on real-time protection and monitoring. They don't apply to s… 187 Log-Msg -msg "Updating Windows Defender real-time scan exclusions:" -logF $logFile 191 #exclusions 221 ### ! see exclusions
|
D | tools_WD_clean.ps1 | 3 # Microsoft WindowsDefender exclusions cleaner 8 # - cleans all Windows Defender process exclusions containing given path (both Process and Path) 77 Log-Msg -msg "Getting Windows Defender process exclusions..." -logF $logFile
|
D | idf_tool_setup.iss | 97 Name: wdexcl; Description: "Register the ESP-IDF Tools executables as Windows Defender exclusions (…
|
/hal_espressif-2.7.6/tools/ci/config/ |
D | build.yml | 465 - export EXCLUSIONS="$SUBMODULES,$REPORT_DIR/**,docs/_static/**,**/*.png,**/*.jpg" 496 -Dsonar.exclusions=$EXCLUSIONS 520 -Dsonar.exclusions=$EXCLUSIONS
|
/hal_espressif-2.7.6/ |
D | .pre-commit-config.yaml | 9 … # note: whitespace exclusions use multiline regex, see https://pre-commit.com/#regular-expressions
|
/hal_espressif-2.7.6/tools/cmake/ |
D | project.cmake | 174 # Add component directories to the build, given the component filters, exclusions
|