/Zephyr-latest/boards/microchip/m2gl025_miv/doc/ |
D | index.rst | 54 -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/ |
D | index.rst | 59 -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/ |
D | mmap.c | 25 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/ |
D | ram_start_nonzero.ld | 10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 226 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/ |
D | hardening-tool.rst | 12 #. 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/ |
D | CMakeLists.txt | 12 # 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/ |
D | Kconfig | 44 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/ |
D | debugmon.rst | 56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
|
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/ |
D | index.rst | 242 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/ |
D | bossac.py | 72 except subprocess.CalledProcessError as ex: 74 out = ex.output.decode()
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 35 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/samples/posix/uname/ |
D | README.rst | 25 For comparison, to build directly for your host OS if it is POSIX compliant (for ex. Linux):
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | crt0.S | 40 # we provide a "backup" isr table, if generation (ex. in tests) is disabled
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/ |
D | npcx4m8f_evb.dts | 10 #include <nuvoton/npcx/npcx-espi-vws-ex-map.dtsi>
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 48 required information (ex. include paths):
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 126 riscv64-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 72 .. _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/ |
D | index.rst | 22 The IT8XXX2 series contains different chip types(ex, it81302, it83202),
|
/Zephyr-latest/drivers/display/ |
D | ssd16xx.c | 204 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/ |
D | index.rst | 22 The IT82XX2 series contains different chip types(ex, it82202, it82302),
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 262 arc-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 2181 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/ |
D | index.rst | 249 nios2-poky-elf-gdb zephyr/zephyr.elf -ex "target remote :1234"
|