/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 5 bool "Compile and run the generic sensor tests" 9 iterate through the device tree and run sample path tests on any 19 range boundaries. The test will run one iteration for each expected 21 sensor range is 0..100, the test will run 5 times with expected values 22 0, 25, 50, 75, and 100. These iterations are run in parallel.
|
/Zephyr-latest/include/zephyr/math/ |
D | interpolation.h | 40 float rise, run, slope; in linear_interpolate() local 64 run = x_axis[idx_low + 1] - x_axis[idx_low]; in linear_interpolate() 65 slope = rise / run; in linear_interpolate()
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_mdb.py | 204 mdb_nsim(test_case['i']).run('flash') 212 mdb_nsim(test_case['i']).run('debug') 221 mdb_nsim(test_case).run('flash') 233 mdb_hw_no_hl(test_case['i']).run('flash') 241 mdb_hw_hl(test_case['i']).run('flash') 250 mdb_hw_no_hl(test_case['i']).run('flash') 258 mdb_hw_no_hl(test_case['i']).run('debug') 266 mdb_hw_hl(test_case['i']).run('debug') 275 mdb_hw_no_hl(test_case['i']).run('debug') 284 mdb_hw_no_hl(test_case).run('flash') [all …]
|
D | test_bossac.py | 190 runner.run('flash') 227 runner.run('flash') 265 runner.run('flash') 302 runner.run('flash') 342 runner.run('flash') 380 runner.run('flash') 415 runner.run('flash') 449 runner.run('flash') 484 runner.run('flash') 518 runner.run('flash') [all …]
|
D | test_pyocd.py | 170 pyocd(pyocd_args).run('flash') 182 pyocd(pyocd_args).run('debug') 194 pyocd(pyocd_args).run('debugserver') 216 pyocd(pyocd_args).run('flash') 230 pyocd(pyocd_args).run('debug') 244 pyocd(pyocd_args).run('debugserver')
|
/Zephyr-latest/tests/subsys/fs/zms/ |
D | Kconfig | 7 bool "Enable ZMS tests designed to be run using a flash-simulator" 10 If y, enables ZMS tests designed to be run using a flash-simulator, 14 The tests must be run only on qemu_x86 or native_sim target.
|
/Zephyr-latest/scripts/west_commands/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package. 13 To run these tests locally on Windows, run: 21 Note that these tests are run as part of Zephyr's CI when submitting
|
D | run_tests.py | 36 subprocess.run(mypy, check=True, cwd=here) 40 subprocess.run(pytest, check=True, cwd=here)
|
/Zephyr-latest/tests/bsim/bluetooth/ |
D | tests.nrf52bsim.txt | 1 # Search paths(s) for tests which will be run in the nrf52bsim 2 # This file is used in CI to select which tests are run
|
D | tests.nrf54l15bsim_nrf54l15_cpuapp.txt | 1 # Search paths(s) for tests which will be run in the nrf54l15 app core 2 # This file is used in CI to select which tests are run
|
/Zephyr-latest/boards/technexion/pico_pi/doc/ |
D | index.rst | 8 Zephyr was ported to run on the M4 core. In a later release, it will also 95 The M4 Core is configured to run at a 200 MHz clock speed. 161 Below you will find the instructions to load and run Zephyr on M4 from A7 using 174 Set the u-boot environment variables and run the zephyr.bin from the 182 setenv bootm4tcml 'run m4tcml && run bootm4' 183 run bootm4tcml 186 setenv bootm4tcmu 'run m4tcmu && run bootm4' 187 run bootm4tcmu 190 setenv bootm4ocram 'run m4ocram && run bootm4' 191 run bootm4ocram [all …]
|
/Zephyr-latest/boards/96boards/meerkat96/doc/ |
D | index.rst | 11 Zephyr OS is ported to run on the Cortex®-M4 core. 141 The M4 Core is configured to run at a 200 MHz clock speed. 204 Below you will find the instructions to load and run Zephyr on M4 from 209 Set the u-boot environment variables and run the zephyr.bin from the 217 setenv bootm4tcml 'run m4tcml && run bootm4' 218 run bootm4tcml 221 setenv bootm4tcmu 'run m4tcmu && run bootm4' 222 run bootm4tcmu 225 setenv bootm4ocram 'run m4ocram && run bootm4' 226 run bootm4ocram [all …]
|
/Zephyr-latest/boards/element14/warp7/doc/ |
D | index.rst | 8 Zephyr was ported to run on the M4 core. In a later release, it will also 102 The M4 Core is configured to run at a 200 MHz clock speed. 171 Below you will find the instructions to load and run Zephyr on M4 from A7 using 185 Set the u-boot environment variables and run the zephyr.bin from the 193 setenv bootm4tcml 'run m4tcml && run bootm4' 194 run bootm4tcml 197 setenv bootm4tcmu 'run m4tcmu && run bootm4' 198 run bootm4tcmu 201 setenv bootm4ocram 'run m4ocram && run bootm4' 202 run bootm4ocram [all …]
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | README.rst | 58 :goals: run 66 :goals: run 74 :goals: run 82 :goals: run 90 :goals: run 98 :goals: run 106 :goals: run 114 :goals: run 122 :goals: run
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 8 int "Number of seconds to run the test" 14 eventfd_write() are stable enough to run for an arbitrarily long 18 int "Number of seconds to run the test" 26 The minimal stack size required to run a no-op thread.
|
/Zephyr-latest/scripts/ |
D | requirements-run-test.txt | 1 # RUN-TEST: required to do run time tests of zephyr 3 # things used by twister or related in run time testing
|
/Zephyr-latest/cmake/emu/ |
D | custom.cmake | 4 # when building the `run` target. Create this placeholder file so it doesn't complain. 5 # The real 'run' custom_target should be defined in `board.cmake` instead.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | index.rst | 6 Zephyr offers the capability to run threads at a reduced privilege level 10 For details on creating threads that run in user mode, please see
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 158 modpaths = run(("west", "list", "-f{abspath}")).splitlines() 165 defines = run(("git", "grep", "--extended-regexp", regex), 187 print(run(cmd, cwd=modpath, check=False), end="") 223 run((os.path.join("scripts", "zephyr_module.py"), 252 for modpath in run(("west", "list", "-f{abspath}")).splitlines(): 253 for line in run(("git", "grep", "-h", "-I", "--extended-regexp", regex), 293 def run(cmd, cwd=TOP_DIR, check=True): function
|
/Zephyr-latest/samples/subsys/fs/fatfs_fstab/ |
D | README.rst | 11 This scenario uses a fatfs on a RAM disk. The sample is run on the 17 To run this sample, build it for the ``native_sim`` board 18 and afterwards run the generated executable file within the build folder.
|
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/ |
D | README | 6 it can be run on almost any board already supported by Zephyr and 14 Build & run: 17 make run 24 make run
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 43 To run these sets of tests you need to compile both of these applications as any 48 To run the tests you can either run one of the provided scripts, or run by 58 #run all tests 61 #or just run one set:
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 5 from subprocess import run, PIPE 33 cp = run(cmd, stdout=PIPE, stderr=PIPE, universal_newlines=True)
|
/Zephyr-latest/include/zephyr/ |
D | smf.h | 38 .run = _run, \ 73 const state_execution run; member
|
/Zephyr-latest/samples/kernel/bootargs/ |
D | README.rst | 30 :goals: build run 51 :goals: build run 85 :goals: build run 101 argv[0] = run.efi 108 Shell> run.efi This is 'a list of' arguments 118 argv[0] = run.efi
|