Home
last modified time | relevance | path

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

12

/Zephyr-latest/boards/microchip/m2gl025_miv/doc/
Dindex.rst54 -ex "target extended-remote localhost:3333" \
55 -ex "set mem inaccessible-by-default off" \
56 -ex "set arch riscv:rv32" \
57 -ex "set riscv use_compressed_breakpoints no" \
58 -ex "load" <path_to_executable>
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/
Dindex.rst59 -ex "target extended-remote localhost:3333" \
60 -ex "set mem inaccessible-by-default off" \
61 -ex "set arch riscv:rv64" \
62 -ex "set riscv use_compressed_breakpoints no" \
63 -ex "load" <path_to_executable>
/Zephyr-latest/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-latest/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py226 except subprocess.CalledProcessError as ex:
227 output = ex.output.decode("utf-8")
313 except subprocess.CalledProcessError as ex:
314 patchset = unidiff.PatchSet.from_string(ex.output, encoding="utf-8")
410 except subprocess.CalledProcessError as ex:
411 self.error(ex.output.decode("utf-8"))
474 except subprocess.CalledProcessError as ex:
475 self.error(ex.output.decode("utf-8"))
1233 except subprocess.CalledProcessError as ex:
1234 self.failure(ex.output.decode("utf-8"))
[all …]
/Zephyr-latest/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-latest/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-latest/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-latest/doc/services/debugging/
Ddebugmon.rst56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/
Dindex.rst242 west debug --gdb-port=<port_number> --gdb-ex=<additional_ex_arguments>
248 west debug --gdb-port=1111 --gdb-ex="-ex monitor reset halt -ex b main -ex continue"
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py72 except subprocess.CalledProcessError as ex:
74 out = ex.output.decode()
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst35 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-latest/samples/posix/uname/
DREADME.rst25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dcrt0.S40 # we provide a "backup" isr table, if generation (ex. in tests) is disabled
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/
Dnpcx4m8f_evb.dts10 #include <nuvoton/npcx/npcx-espi-vws-ex-map.dtsi>
/Zephyr-latest/doc/develop/tools/
Dvscode.rst48 required information (ex. include paths):
/Zephyr-latest/boards/snps/nsim/arc_v/doc/
Dindex.rst126 riscv64-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst72 .. _dt-node-main-ex:
139 the :ref:`example devicetree <dt-node-main-ex>` above:
155 :ref:`above example <dt-node-main-ex>`:
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst22 The IT8XXX2 series contains different chip types(ex, it81302, it83202),
/Zephyr-latest/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-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst22 The IT82XX2 series contains different chip types(ex, it82202, it82302),
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst262 arc-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
/Zephyr-latest/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-latest/boards/altr/max10/doc/
Dindex.rst249 nios2-poky-elf-gdb zephyr/zephyr.elf -ex "target remote :1234"

12