Searched refs:base (Results 751 – 775 of 833) sorted by relevance
1...<<31323334
/Zephyr-latest/boards/technexion/pico_pi/doc/ |
D | index.rst | 231 …https://developer.toradex.com/knowledge-base/freertos-on-the-cortex-m4-of-a-colibri-imx7#Memory_ar…
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 187 E: NULL base ptr
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 218 https://github.com/BabbleSim/base/tree/master/device_handbrake
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 425 base address and size of the shared memory (SHM) usable for 448 - A node whose ``reg`` sets the base address and size of SRAM memory
|
/Zephyr-latest/ |
D | CMakeLists.txt | 377 zephyr_link_libraries(PROPERTY base) 862 --base-output include/generated/zephyr/syscalls # Write to this dir 1071 --zephyr-base ${ZEPHYR_BASE} 1656 # Override the base name of the last, "logical" .elf output (and last .map) so: 1812 --zephyr-base=${ZEPHYR_BASE} 2248 --base-output edk/include/generated/zephyr/syscalls # Write to this dir 2292 build_info(zephyr zephyr-base VALUE ${ZEPHYR_BASE})
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 861 return "y" if int(val, base=0) in node.props[prop].val else "n"
|
/Zephyr-latest/soc/amd/acp_6_0/adsp/ |
D | linker.ld | 159 /* ABI0 does not use Window base */
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 120 library. Some distributions remove this module from their base Python 3
|
D | release-notes.rst | 353 relative to its remote ``url-base:``, use ``repo-path:``. See 776 url-base: https://github.com/remote-1 778 url-base: https://github.com/remote-2
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 97 base Zephyr callback include file and the custom handler callback file, only in-tree Zephyr
|
/Zephyr-latest/arch/arm64/core/ |
D | Kconfig | 222 addresses in 64-bit registers and allows instructions in the base
|
/Zephyr-latest/boards/96boards/meerkat96/doc/ |
D | index.rst | 325 …https://developer.toradex.com/knowledge-base/freertos-on-the-cortex-m4-of-a-colibri-imx7#Memory_ar…
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 326 base = num_extra_sets * (per_set + 1) 327 start = ((subset - num_extra_sets - 1) * per_set) + base
|
/Zephyr-latest/drivers/modem/ |
D | ublox-sara-r4.c | 686 static int unquoted_atoi(const char *s, int base) in unquoted_atoi() argument 692 return strtol(s, NULL, base); in unquoted_atoi()
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 215 /* Mapping base address must be 4k-aligned */
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 108 texlive-latex-base texlive-latex-extra latexmk texlive-fonts-recommended imagemagick
|
/Zephyr-latest/boards/snps/emsdp/doc/ |
D | index.rst | 20 EM5D, EM6, EM7D, EM7D+ESP, EM9D, EM11D. The core must be supplied as the variant of the base
|
/Zephyr-latest/kernel/ |
D | work.c | 761 queue->thread.base.user_options |= K_ESSENTIAL; in k_work_queue_start()
|
/Zephyr-latest/boards/element14/warp7/doc/ |
D | index.rst | 337 …https://developer.toradex.com/knowledge-base/freertos-on-the-cortex-m4-of-a-colibri-imx7#Memory_ar…
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 263 shall include the base architecture of the Zephyr OS and an overview of 365 This increases the readability of the Zephyr code base and eases 373 - **Code Reviews** ensure the functional correctness of the code base
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 26 You can build :zephyr:code-sample:`hello_world` to see the "base" devicetree for your board 412 include: base.yaml
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 2491 static void base_recv(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv() argument 2496 memcmp(base, &default_broadcast_sink.received_base, base_size) != 0) { in base_recv() 2498 (void)memcpy(&default_broadcast_sink.received_base, base, base_size); in base_recv() 2501 print_base(base); in base_recv()
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 61 application-specific changes which should be applied to the base devicetree 405 * :makevar:`ZEPHYR_BASE`: Zephyr base variable used by the build system. 691 Zephyr applications might want to have a single code base with multiple configurations for 890 Zephyr base directory**, which contains the Zephyr source code etc. and is
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 20 device tree support includes flash/sram base address and UART devices. Board 73 Because of this there is lot of changes in the code base. The native IP stack
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 85 # used to modify or extend the base devicetree.
|
1...<<31323334