/Zephyr-latest/samples/arch/mpu/mpu_test/ |
D | README.rst | 52 <err> os: ***** BUS FAULT ***** 53 <err> os: Precise data bus error 54 <err> os: BFAR Address: 0x24000000 55 <err> os: r0/a1: 0x00009a5c r1/a2: 0x00000008 r2/a3: 0x20001aa8 56 <err> os: r3/a4: 0x24000000 r12/ip: 0x00000000 r14/lr: 0x000029b7 57 <err> os: xpsr: 0x21000000 58 <err> os: Faulting instruction address (r15/pc): 0x000003c8 59 <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 60 <err> os: Current thread: 0x20000708 (shell_uart) 61 <err> os: Halting system [all …]
|
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 13 import os 45 if not os.path.exists(create_links): 46 os.makedirs(create_links) 47 symbase = os.path.basename(directory) 48 symlink = create_links + os.path.sep + symbase 49 if not os.path.exists(symlink): 50 os.symlink(directory, symlink) 55 for root, dirs, _ in os.walk(directory, topdown=True): 59 targetdirectory = os.path.join(root, subdir) 60 reldir = os.path.relpath(targetdirectory, directory) [all …]
|
D | dir_is_writeable.py | 2 import os 7 is_writeable = os.access(sys.argv[1], os.W_OK)
|
/Zephyr-latest/scripts/tests/build/ |
D | test_subfolder_list.py | 8 import os 12 sys.path.insert(0, os.path.join(os.environ["ZEPHYR_BASE"], "scripts")) 21 dir_names = [os.getcwd()] 25 os.mkdir(name) 26 dir_names.append(os.path.join(os.getcwd(), name)) 64 os.chdir(dirs_dir) 67 os.chdir(f"{DIR_NAME_PREFIX}{subdirs_parent_sfx}") 73 links = [f for f in os.listdir(links_dir) if os.path.islink(f)] 86 st_info = os.stat(OUT_FILE) 90 st_info2 = os.stat(OUT_FILE) [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_outfile.py | 12 import os 28 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 49 path = os.path.join(TEST_DATA, 'tests', 'dummy') 57 os.mkdir(os.path.join(out_path)) 60 straggler_path = os.path.join(out_path, straggler_name) 72 current_dirs = os.listdir(os.path.normpath(os.path.join(out_path, '..'))) 76 out_contents = os.listdir(os.path.join(out_path)) 85 path = os.path.join(TEST_DATA, 'samples', 'hello_world') 99 relpath = os.path.relpath(path, ZEPHYR_BASE) 100 …sample_path = os.path.join(out_path, 'qemu_x86_atom', 'zephyr', relpath, 'sample.basic.helloworld') [all …]
|
D | test_hardwaremap.py | 10 import os 17 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister/twisterlib")) 98 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 113 path = os.path.join(ZEPHYR_BASE, file_name) 116 if os.path.exists(path): 117 os.remove(path) 141 assert os.path.exists(path) 153 if os.path.exists(path): 154 os.remove(path) 165 path = os.path.join(ZEPHYR_BASE, file_name) [all …]
|
D | test_report.py | 12 import os 30 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 53 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 62 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 72 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 84 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 95 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 107 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 114 os.path.join(TEST_DATA, 'tests', 'one_fail_two_error_one_pass'), [all …]
|
D | test_coverage.py | 11 import os 25 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 35 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 44 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'), 58 'coverage', os.path.join('coverage','coverage.xml') 66 'coverage', os.path.join('coverage','coverage.sonarqube.xml') 74 'coverage', os.path.join('coverage','coverage.txt') 82 'coverage', os.path.join('coverage','coverage.csv') 90 'coverage', os.path.join('coverage','coverage.coveralls.json') 98 'coverage', os.path.join('coverage','index.html') [all …]
|
D | test_footprint.py | 12 import os 41 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 61 path = os.path.join(TEST_DATA, 'tests', 'dummy', 'device', 'group') 77 with open(os.path.join(out_path, 'twister.json')) as f: 84 with open(os.path.join(out_path, 'twister.json'), 'w') as f: 87 report_path = os.path.join( 88 os.path.dirname(out_path), 89 f'{os.path.basename(out_path)}.1', 95 path = os.path.join(TEST_DATA, 'tests', 'dummy') 123 path = os.path.join(TEST_DATA, 'tests', 'dummy', 'device', 'group') [all …]
|
D | test_testlist.py | 11 import os 24 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 36 path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic') 37 saved_tests_file_path = os.path.realpath(os.path.join(out_path, '..', 'saved-tests.json')) 54 path = os.path.join(TEST_DATA, 'tests', 'dummy') 67 with open(os.path.join(out_path, 'testplan.json')) as f:
|
/Zephyr-latest/.github/workflows/ |
D | west_cmds.yml | 29 runs-on: ${{ matrix.os }} 33 os: [ubuntu-22.04, macos-14, windows-2022] 42 if: startsWith(runner.os, 'Linux') 46 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 48 ${{ runner.os }}-pip-${{ matrix.python-version }} 50 if: startsWith(runner.os, 'macOS') 55 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 57 ${{ runner.os }}-pip-${{ matrix.python-version }}- 59 if: startsWith(runner.os, 'Windows') 63 key: ${{ runner.os }}-pip-${{ matrix.python-version }} [all …]
|
D | devicetree_checks.yml | 26 runs-on: ${{ matrix.os }} 30 os: [ubuntu-22.04, macos-14, windows-2022] 39 if: startsWith(runner.os, 'Linux') 43 key: ${{ runner.os }}-pip-${{ matrix.python-version }} 45 ${{ runner.os }}-pip-${{ matrix.python-version }} 47 if: startsWith(runner.os, 'macOS') 52 key: ${{ runner.os }}-pip-${{ matrix.python-version }}- 54 ${{ runner.os }}-pip-${{ matrix.python-version }}- 56 if: startsWith(runner.os, 'Windows') 60 key: ${{ runner.os }}-pip-${{ matrix.python-version }} [all …]
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | convert_keys.py | 5 import os 25 f"[{name.center(13, ' ')}]: {os.path.relpath(fin)} -> {os.path.relpath(fout)}") 29 creds_dir = os.path.dirname(os.path.realpath(__file__)) 37 bin2array("public_cert", cred, os.path.join(creds_dir, "cert.c")) 40 bin2array("private_key", cred, os.path.join(creds_dir, "key.c")) 48 bin2array("ca_cert", os.path.join(creds_dir, "AmazonRootCA1.pem"), 49 os.path.join(creds_dir, "ca.c"))
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | package.py | 7 import os 20 root = os.path.basename(self.options.outdir) 24 f = os.path.relpath(d, self.options.outdir) 25 tar.add(d, arcname=os.path.join(root, f)) 31 os.path.join(self.options.outdir, "twister.json"), encoding='utf-8' 39 os.path.join( 46 os.path.join(self.options.outdir, "twister.json"), 47 os.path.join(self.options.outdir, "testplan.json")
|
D | jobserver.py | 9 import os 60 kwargs.setdefault("env", os.environ) 82 self._internal_pipe = os.pipe() 83 os.write(self._internal_pipe[1], b"+" * internal_jobs) 84 os.set_blocking(self._internal_pipe[0], False) 93 os.set_blocking(self._inheritable_pipe[0], False) 102 os.close(self._inheritable_pipe[0]) 103 os.close(self._inheritable_pipe[1]) 105 os.close(self._internal_pipe[0]) 106 os.close(self._internal_pipe[1]) [all …]
|
D | coverage.py | 9 import os 99 os.mkdir(subdir) 123 os.remove(filename) 165 with open(os.path.join(outdir, "coverage.log"), "a") as coveragelog: 170 os.path.join(outdir, "coverage", "index.html") 173 os.path.join(outdir, "coverage.info") 176 os.path.join(outdir, "coverage", "coverage.xml") 179 os.path.join(outdir, "coverage", "coverage.csv") 182 os.path.join(outdir, "coverage", "coverage.txt") 185 os.path.join(outdir, "coverage", "coverage.coveralls.json") [all …]
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mcux_os | 7 bool "MCUX OS Event timer" 12 This module implements a kernel device driver for the NXP OS 18 bool "Reinitialize the OS Timer" 20 OS Timer is turned off in certain low power modes. When this option is 21 picked, OS Timer will take steps to store state and reinitialize on wakeups.
|
/Zephyr-latest/include/zephyr/usb/ |
D | msos_desc.h | 9 * @brief MS OS 2.0 descriptor definitions 46 /* Microsoft OS 2.0 descriptor set header */ 54 /* Microsoft OS 2.0 configuration subset header 65 /* Microsoft OS 2.0 function subset header 76 /* Microsoft OS 2.0 compatible ID descriptor */ 84 /* Microsoft OS 2.0 Registry property descriptor: DeviceInterfaceGUIDs */ 102 /* Microsoft OS 2.0 minimum USB resume time descriptor */ 110 /* Microsoft OS 2.0 model ID descriptor */ 117 /* Microsoft OS 2.0 CCGP device descriptor */ 123 /* Microsoft OS 2.0 vendor revision descriptor */
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
D | testcase.yaml | 20 mgmt.mcumgr.os.info: {} 21 mgmt.mcumgr.os.info.no_hooks: 25 mgmt.mcumgr.os.info.bt: 30 mgmt.mcumgr.os.info.net: 48 mgmt.mcumgr.os.info.build_date: 51 mgmt.mcumgr.os.info.limited_size:
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | sbom.py | 5 import os 41 cmakeApiDirPath = os.path.join(build_dir, ".cmake", "api", "v1", "query") 42 if os.path.exists(cmakeApiDirPath): 43 if not os.path.isdir(cmakeApiDirPath): 49 os.makedirs(cmakeApiDirPath, exist_ok=False) 52 queryFilePath = os.path.join(cmakeApiDirPath, "codemodel-v2") 53 if os.path.exists(queryFilePath): 54 if not os.path.isfile(queryFilePath): 104 retval = writeSPDX(os.path.join(cfg.spdxDir, "sdk.spdx"), w.docSDK) 110 retval = writeSPDX(os.path.join(cfg.spdxDir, "app.spdx"), w.docApp) [all …]
|
/Zephyr-latest/scripts/tests/build_helpers/ |
D | test_domains.py | 10 import os 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") 15 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/build_helpers")) 136 [('some', os.path.join('dir', '2')), 137 ('order', os.path.join('dir', '1'))] 142 [('order', os.path.join('dir', '1')), 143 ('some', os.path.join('dir', '2'))] 148 [('some', os.path.join('dir', '2'))] 173 ('some', os.path.join('dir', '2')), 174 ('order', os.path.join('dir', '1')) [all …]
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 11 import os 17 ZEPHYR_BASE = os.getenv('ZEPHYR_BASE') 18 sys.path.insert(0, os.path.join(ZEPHYR_BASE, 'scripts', 'pylib', 'twister')) 103 os.path.join('testsuites', 'tests', 'test_ztest.c'), 122 os.path.join('testsuites', 'tests', 'test_a', 'test_ztest_error.c'), 133 os.path.join('testsuites', 'tests', 'test_a', 'test_ztest_error_1.c'), 144 os.path.join( 160 os.path.join( 176 # os.path.join( 212 result: ScanPathResult = scan_file(os.path.join(test_data, test_file)) [all …]
|
D | conftest.py | 8 import os 14 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE") 15 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister")) 16 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts")) 47 env.board_roots = [os.path.join(test_data, "board_config", "1_level", "2_level")] 48 env.test_roots = [os.path.join(testsuites_dir, 'tests', testsuites_dir, 'samples')] 49 env.test_config = os.path.join(test_data, "test_config.yaml") 78 class_testplan.env.board_roots = [os.path.abspath(os.path.join(test_data, "board_config"))]
|
/Zephyr-latest/dts/bindings/timer/ |
D | nxp,os-timer.yaml | 4 description: NXP OS Timer on i.MX-RT5xx/6xx 6 compatible: "nxp,os-timer" 20 Instance of a counter peripheral. The OS Timer maybe powered off in 21 certain deep power down modes. The OS Timer driver will use this
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_client.h | 14 * @brief MCUmgr OS management client API 25 * @brief OS mgmt client object 35 * @brief Initialize OS management client. 37 * @param client OS mgmt client object 46 * @param client OS mgmt client object 58 * @param client OS mgmt client object
|