/Zephyr-latest/samples/subsys/debug/fuzz/ |
D | README.rst | 33 constructed call tree, eventually crashing when it reaches the final
|
/Zephyr-latest/boards/st/nucleo_g0b1re/ |
D | nucleo_g0b1re.dts | 216 /* final 64KiB reserved for app storage partition */
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 127 by the last processed snippet ends up in the final configurations. 130 ``CONFIG_FOO=2`` in the above example, the resulting final configuration will
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 9 an external, post-processing tool that "stitches" the final components of
|
/Zephyr-latest/doc/develop/tools/ |
D | clion.rst | 167 - zephyr-final 170 - zephyr-final
|
/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 137 # This command is used to generate the final reports from the database and print the overall results
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 105 Enable support for saving final status of a last command that has sent
|
/Zephyr-latest/cmake/modules/ |
D | version.cmake | 36 # The final load of `version.cmake` will setup correct build version values.
|
/Zephyr-latest/doc/build/dts/ |
D | dt-vs-kconfig.rst | 15 * Use Kconfig to configure **software support** to build into the final
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/ |
D | samr21_xpro.dts | 225 * The final 16 KiB is reserved for the application.
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 170 final LD linker script. 177 The linker configuration is written in CMake and the final linker 350 Devnull region is created. It is stripped from final binary but remains 701 match exactly to the final elf file. See also rom_report, 846 This will adjust the LMA address in the final ELF and hex files with 873 The value can be the name of a section in the final ELF, like "text". 942 The final revision will become: <SHA>-<state1>-<state2>-<state3>... 969 # if we are building the final output but we are not assembling several images together
|
D | CMakeLists.txt | 39 # In some cases the "final" things are not used at all and "_prebuilt" 76 # Three stage linking active: pre0 -> pre1 -> final, this will correspond to `pre1` 77 # Two stage linking active: pre0 -> final, this will correspond to `pre0` 229 # Apply the final optimization flag(s) 1495 # We need precise control of where generated text/data ends up in the final 1610 # Use the prebuilt elf as the final elf since we don't have a 1614 # The final linker pass uses the same source linker script of the 1648 # Use the pass2 elf as the final elf 1653 # application to know what the name of the final elf target is. 1956 COMMENT "Building native simulator runner, and linking final executable" [all …]
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target.cmake | 128 # the final executable.
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 109 * final ELF image. The address doesn't even have to be valid on the
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 653 enum websocket_opcode opcode, bool mask, bool final, in websocket_send_msg() argument 686 mask, final ? "final" : "more"); in websocket_send_msg() 691 header[0] = final ? BIT(7) : 0; in websocket_send_msg()
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 56 removing strings from final binary and should be used for dictionary
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | README.rst | 95 present and enabled in the final board dts and configuration files simultaneously, the mount
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 102 Note that not all syscalls will be included in the final binaries. 106 present in the final binaries. Note that header files inside 108 will always have their syscalls present in final binaries. 109 To force all syscalls to be included in the final binaries, 196 The final layer is the invocation of the system call itself. All architectures 228 and passes pointer to that variable to the system call, as a final argument.
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 50 * Special section, not included in the final binary, used
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
D | index.rst | 168 Simply load the .elf file containing the final firmware and
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/doc/ |
D | index.rst | 13 transitioning to the final product, significantly simplifying the development process.
|
/Zephyr-latest/tests/net/ipv4_fragment/src/ |
D | main.c | 202 uint16_t current_length, bool final) in check_ipv4_fragment_header() argument 229 if (final) { in check_ipv4_fragment_header()
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 341 And after both the "embedded SW" and the runner will be linked together to form the final Linux 343 This final executable is typically called ``zephyr.exe`` and can be run or debugged just like any 373 or leave at that point all C library calls unresolved, and let them be linked in the final stage 383 will be linkable in the final link stage unless another embedded symbol with the same name was
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 132 # Write the final contents.
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 77 * Special section, not included in the final binary, used
|