Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-Core-3.7.0/boards/microchip/m2gl025_miv/doc/
Dindex.rst57 -ex "target extended-remote localhost:3333" \
58 -ex "set mem inaccessible-by-default off" \
59 -ex "set arch riscv:rv32" \
60 -ex "set riscv use_compressed_breakpoints no" \
61 -ex "load" <path_to_executable>
/Zephyr-Core-3.7.0/boards/microchip/mpfs_icicle/doc/
Dindex.rst62 -ex "target extended-remote localhost:3333" \
63 -ex "set mem inaccessible-by-default off" \
64 -ex "set arch riscv:rv64" \
65 -ex "set riscv use_compressed_breakpoints no" \
66 -ex "load" <path_to_executable>
/Zephyr-Core-3.7.0/lib/posix/options/
Dmmap.c25 bool ex = (prot & PROT_EXEC) != 0; in p2z() local
34 return (rw * K_MEM_PERM_RW) | (ex * K_MEM_PERM_EXEC) | (fixed * K_MEM_DIRECT_MAP); in p2z()
/Zephyr-Core-3.7.0/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
/Zephyr-Core-3.7.0/doc/security/
Dhardening-tool.rst12 #. Disabling features and compilation flags that might lead to security vulnerabilities (ex. making
15 #. Enabling optional features that can lead to improve security (ex. stack sentinel, hardware stack
/Zephyr-Core-3.7.0/arch/posix/
DCMakeLists.txt12 # For ex. target_compile_options(native_simulator INTERFACE "-m64")
16 # For ex. target_link_options(native_simulator INTERFACE "-lstdc++")
19 # For ex. target_sources(native_simulator INTERFACE silly.c)
24 # For ex. set_property(TARGET native_simulator APPEND PROPERTY RUNNER_LINK_LIBRARIES "mylib.a")
29 # For ex. set_property(TARGET native_simulator APPEND PROPERTY LOCALIZE_EXTRA_OPTIONS "--local…
/Zephyr-Core-3.7.0/soc/native/inf_clock/
DKconfig44 So you can, for ex., use this application build to produce one core image, and at the same time
52 even if in other circumstances this MCU would not start automatically (for ex. because
/Zephyr-Core-3.7.0/doc/services/debugging/
Ddebugmon.rst56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
/Zephyr-Core-3.7.0/scripts/ci/
Dcheck_compliance.py216 except subprocess.CalledProcessError as ex:
217 output = ex.output.decode("utf-8")
348 except subprocess.CalledProcessError as ex:
349 self.error(ex.output.decode("utf-8"))
397 except subprocess.CalledProcessError as ex:
398 self.error(ex.output.decode("utf-8"))
1137 except subprocess.CalledProcessError as ex:
1138 self.failure(ex.output.decode("utf-8"))
1186 except subprocess.CalledProcessError as ex:
1187 output = ex.output.decode("utf-8")
[all …]
/Zephyr-Core-3.7.0/boards/telink/tlsr9518adk80d/doc/
Dindex.rst249 west debug --gdb-port=<port_number> --gdb-ex=<additional_ex_arguments>
255 west debug --gdb-port=1111 --gdb-ex="-ex monitor reset halt -ex b main -ex continue"
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dbossac.py71 except subprocess.CalledProcessError as ex:
73 out = ex.output.decode()
/Zephyr-Core-3.7.0/samples/posix/eventfd/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/samples/posix/uname/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/samples/posix/gettimeofday/
DREADME.rst35 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-Core-3.7.0/doc/develop/tools/
Dvscode.rst48 required information (ex. include paths):
/Zephyr-Core-3.7.0/boards/snps/nsim/arc_v/doc/
Dindex.rst129 riscv64-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
/Zephyr-Core-3.7.0/doc/build/dts/
Dapi-usage.rst70 .. _dt-node-main-ex:
137 the :ref:`example devicetree <dt-node-main-ex>` above:
153 :ref:`above example <dt-node-main-ex>`:
/Zephyr-Core-3.7.0/boards/ite/it8xxx2_evb/doc/
Dindex.rst22 The IT8XXX2 series contains different chip types(ex, it81302, it83202),
/Zephyr-Core-3.7.0/drivers/display/
Dssd16xx.c204 uint16_t sx, uint16_t ex, in ssd16xx_set_ram_param() argument
212 len += push_x_param(dev, tmp + len, ex); in ssd16xx_set_ram_param()
/Zephyr-Core-3.7.0/boards/ite/it82xx2_evb/doc/
Dindex.rst22 The IT82XX2 series contains different chip types(ex, it82202, it82302),
/Zephyr-Core-3.7.0/boards/snps/nsim/arc_classic/doc/
Dindex.rst265 arc-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
/Zephyr-Core-3.7.0/tests/net/socket/tcp/src/
Dmain.c2181 int ex = ARRAY_SIZE(bytes); in test_ioctl_fionread_common() local
2184 zassert_equal(ex, act, "read() failed: errno: %d exp: %d act: %d", errno, ex, act); in test_ioctl_fionread_common()
/Zephyr-Core-3.7.0/doc/contribute/documentation/
Dguidelines.rst429 prompt (ex. ``$`` for Linux, or ``uart:~$`` for Zephyr's shell), and where the output is also
498 * ``cfg`` for config files with "KEY=value" entries (ex. Kconfig ``.conf`` files)
/Zephyr-Core-3.7.0/boards/altr/max10/doc/
Dindex.rst259 nios2-poky-elf-gdb zephyr/zephyr.elf -ex "target remote :1234"
/Zephyr-Core-3.7.0/boards/native/doc/
Dbsim_boards_design.rst100 For ex. how a left and a right earbud synchronize and exchange data and

12