/Zephyr-Core-3.4.0/doc/connectivity/networking/ |
D | zephyr_netstack_overview.vsdx | ... xml
docProps/app.xml
docProps/custom.xml
docProps/core.xml ... |
/Zephyr-Core-3.4.0/boards/arm/msp_exp432p401r_launchxl/support/ |
D | MSP432P401R.ccxml | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 4 …ef="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110 USB Debug Probe_0" xml="TIXD… 6 …instance XML_version="1.2" href="drivers/tixds510cs_dap.xml" id="drivers" xml="tixds510cs_dap.xml"… 7 …stance XML_version="1.2" href="drivers/tixds510cortexM.xml" id="drivers" xml="tixds510cortexM.xml"… 12 …="1.2" desc="MSP432P401R_0" href="devices/msp432p401r.xml" id="MSP432P401R_0" xml="msp432p401r.xml…
|
/Zephyr-Core-3.4.0/scripts/logging/dictionary/dictionary_parser/ |
D | mipi_syst.py | 8 Utilities for MIPI Sys-T Collateral XML data 11 from xml.sax.saxutils import escape 15 <?xml version="1.0" encoding="utf-8"?> 84 xml = XML_MODULE_HEADER 87 xml += XML_MODULE_EACH.format(one_inst['source_id'], escape(one_inst['name'])) 89 xml += XML_MODULE_FOOTER 91 return xml 102 xml = XML_CATALOG64_HEADER 105 xml = XML_CATALOG32_HEADER 109 xml += fmt.format(addr, escape(one_str)) [all …]
|
/Zephyr-Core-3.4.0/doc/hardware/pinctrl/images/ |
D | hw-dist-control.odg | ... images/Bitmaps/
Configurations2/accelerator/
styles.xml
content.xml
settings.xml
Thumbnails/thumbnail. |
D | hw-cent-control.odg | ... images/Bitmaps/
Configurations2/accelerator/
styles.xml
content.xml
settings.xml
Thumbnails/thumbnail. |
/Zephyr-Core-3.4.0/samples/boards/nrf/dynamic_pinctrl/images/ |
D | nrf52840dk-dynamic-pinctrl.odg | ... images/Bitmaps/
Configurations2/accelerator/
styles.xml
content.xml
Pictures/10000201000003200000017F5DEF99315C939C99.png
settings |
/Zephyr-Core-3.4.0/cmake/ |
D | vif.cmake | 4 # Generates USB-C VIF policies in XML format from device tree. 7 set(vif_xml vif.xml) 36 list(APPEND cmd_gen_vif --vif-source-xml ${vif_source_xml}) 39 message(FATAL_ERROR "Incorrect VIF source XML file path. To fix specify" 40 " correct XML file path at 'CONFIG_GENVIF_INPUT_VIF_XML_PATH'.") 42 message(FATAL_ERROR "No VIF source XML file found. To fix, create" 45 " directory or board directory, or supply a custom XML VIF path" 53 COMMENT "Generating XML file at zephyr/vif.xml"
|
/Zephyr-Core-3.4.0/ |
D | .gitignore | 32 doc/xml 42 tests/RunResults.xml 57 compliance.xml
|
/Zephyr-Core-3.4.0/subsys/usb/usb_c/ |
D | Kconfig | 37 bool "Generate VIF policies of USB-C in XML format" 40 Generate XML file containing VIF policies during project build. 47 directory) of the GenVIF input VIF XML file.
|
/Zephyr-Core-3.4.0/scripts/generate_usb_vif/constants/ |
D | xml_constants.py | 6 """This file contains XML constants defined to be used by generate_vif.py""" 26 other_constants.TEXT: "This VIF XML file is generated by the Zephyr GenVIF script",
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 34 nosetests.xml 35 coverage.xml
|
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 105 … "xml": "XML report generated: {}".format(os.path.join(outdir, "coverage", "coverage.xml")), 109 …"Sonarqube report generated: {}".format(os.path.join(outdir, "coverage", "coverage.sonarqube.xml")) 226 "xml": ["--xml", os.path.join(subdir, "coverage.xml"), "--xml-pretty"], 230 "sonarqube": ["--sonarqube", os.path.join(subdir, "coverage.sonarqube.xml")]
|
/Zephyr-Core-3.4.0/.github/workflows/ |
D | compliance.yml | 66 name: compliance.xml 67 path: compliance.xml 71 if [[ ! -s "compliance.xml" ]]; then
|
D | clang.yaml | 130 path: twister-out/twister.xml 145 junitparser merge artifacts/*/twister.xml junit.xml 146 junit2html junit.xml junit-clang.html 162 files: "**/twister.xml"
|
D | bsim-tests.yaml | 41 bsim_bluetooth_test_results_file: ./bsim_bluetooth/bsim_results.xml 42 bsim_networking_test_results_file: ./bsim_net/bsim_results.xml 150 ./bsim_bluetooth/bsim_results.xml 151 ./bsim_net/bsim_results.xml
|
/Zephyr-Core-3.4.0/doc/kernel/services/smp/ |
D | smpinit.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 202 <dc:format>image/svg+xml</dc:format> 231 xml:space="preserve" 242 xml:space="preserve" 266 xml:space="preserve" 287 xml:space="preserve" 303 xml:space="preserve" 330 xml:space="preserve" 354 xml:space="preserve" 365 xml:space="preserve" [all …]
|
/Zephyr-Core-3.4.0/doc/project/ |
D | documentation.rst | 14 documented source files. In particular, doxygen's XML output is used as an input 109 specifically you will need to build the doxygen XML output:: 113 Parse the generated XML data from doxygen to generate the traceability matrix.
|
/Zephyr-Core-3.4.0/boards/arm/usb_kw24d512/ |
D | usb_kw24d512-pinctrl.dtsi | 3 * for MKW24D512VHA5/signal_configuration.xml
|
/Zephyr-Core-3.4.0/scripts/support/ |
D | quartus-flash.py | 11 quartus_cpf_template = """<?xml version="1.0" encoding="US-ASCII" standalone="yes"?> 86 xml = t.substitute(SOF_FILENAME=input_sof, 90 temp_xml.write(bytes(xml, 'UTF-8'))
|
/Zephyr-Core-3.4.0/samples/subsys/usb_c/sink/ |
D | vif.xml | 1 <?xml version='1.0' encoding='utf-8'?>
|
/Zephyr-Core-3.4.0/boards/arm/twr_kv58f220m/ |
D | twr_kv58f220m-pinctrl.dtsi | 3 * for MKV58F1M0VLQ24/signal_configuration.xml
|
/Zephyr-Core-3.4.0/tests/bsim/ |
D | run_parallel.sh | 12 echo " ../RunResults.xml" 59 RESULTS_FILE="${RESULTS_FILE:-`pwd`/../RunResults.xml}" 60 tmp_res_file=tmp.xml
|
/Zephyr-Core-3.4.0/boards/arm/frdm_kl25z/ |
D | frdm_kl25z-pinctrl.dtsi | 3 * for MKL25Z128VLK4/signal_configuration.xml
|
/Zephyr-Core-3.4.0/boards/arm/ip_k66f/ |
D | ip_k66f-pinctrl.dtsi | 3 * for MK66FN2M0VMD18/signal_configuration.xml
|
/Zephyr-Core-3.4.0/scripts/generate_usb_vif/ |
D | generate_vif.py | 7 EDT.pickle generated at build and generates a XML file containing USB VIF policies""" 14 import xml.etree.ElementTree as ET 254 parser.add_argument("--vif-source-xml", required=True, 255 help="XML file containing high level VIF specifications")
|