Home
last modified time | relevance | path

Searched full:exclusions (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-2.7.6/tools/ldgen/
Doutput_commands.py22 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)
Dgeneration.py32 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/
Dtest_generation.py235 # 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 …]
Dtest_output_commands.py94 # Test exclusions
114 # Multiple exclusions
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dtools_WD_excl.ps13 # 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
Dtools_WD_clean.ps13 # 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
Didf_tool_setup.iss97 Name: wdexcl; Description: "Register the ESP-IDF Tools executables as Windows Defender exclusions (…
/hal_espressif-2.7.6/tools/ci/config/
Dbuild.yml465 - 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.yaml9 … # note: whitespace exclusions use multiline regex, see https://pre-commit.com/#regular-expressions
/hal_espressif-2.7.6/tools/cmake/
Dproject.cmake174 # Add component directories to the build, given the component filters, exclusions