/Zephyr-Core-3.7.0/boards/microchip/m2gl025_miv/doc/ |
D | index.rst | 57 -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/ |
D | index.rst | 62 -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/ |
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-Core-3.7.0/soc/andestech/ae350/common_linker/ |
D | ram_start_nonzero.ld | 10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/doc/services/debugging/ |
D | debugmon.rst | 56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | check_compliance.py | 216 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/ |
D | index.rst | 249 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/ |
D | bossac.py | 71 except subprocess.CalledProcessError as ex: 73 out = ex.output.decode()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/doc/develop/tools/ |
D | vscode.rst | 48 required information (ex. include paths):
|
/Zephyr-Core-3.7.0/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 129 riscv64-zephyr-elf-gdb -ex 'target remote localhost:3333' -ex load build/zephyr/zephyr.elf
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | api-usage.rst | 70 .. _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/ |
D | index.rst | 22 The IT8XXX2 series contains different chip types(ex, it81302, it83202),
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/ite/it82xx2_evb/doc/ |
D | index.rst | 22 The IT82XX2 series contains different chip types(ex, it82202, it82302),
|
/Zephyr-Core-3.7.0/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 265 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/ |
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-Core-3.7.0/doc/contribute/documentation/ |
D | guidelines.rst | 429 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/ |
D | index.rst | 259 nios2-poky-elf-gdb zephyr/zephyr.elf -ex "target remote :1234"
|
/Zephyr-Core-3.7.0/boards/native/doc/ |
D | bsim_boards_design.rst | 100 For ex. how a left and a right earbud synchronize and exchange data and
|