Searched refs:calls (Results 176 – 200 of 204) sorted by relevance
123456789
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 14 # IMAGE: image name identifying the cache for later sysbuild_get() lookup calls.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 464 Any calls to :c:func:`bt_le_adv_start` that use the combination
|
D | release-notes-2.5.rst | 228 * Fixed inline assembly code in Cortex-M system calls. 664 * Added locking to IPv6, CAN and packet socket bind calls. 1091 * :github:`31613` - Undefined reference errors when using External Library with k_msgq_* calls 1195 * :github:`30964` - Sleep calls are off on qemu_x86
|
D | migration-guide-3.6.rst | 575 cannot be accessed from usermode thread. This means that the API calls will need to made
|
D | release-notes-3.3.rst | 423 * Fixed missing calls to bt_le_per_adv_sync_cb.term when deleting a periodic 2393 is used, there can be an issue whereby the ``printk()`` calls output during 2395 ``printk()`` calls to the logging system, For user applications, 2792 - :github:`54500` - jwt: memory allocation problem after multiple jwt_sign calls 3108 * :github:`53151` - fs: FAT_FS_API MKFS test uses driver specific calls 3797 * :github:`25407` - No tests/samples covering socket read()/write() calls
|
D | release-notes-3.7.rst | 586 calls of :c:func:`adc_raw_to_millivolts()`. 1519 * Added support for tracing socket API calls. 1687 * In FS group, TinyCrypt has been replaced with PSA calls for SHA calculation.
|
D | release-notes-2.4.rst | 182 with memory mapping calls allocating virtual memory growing downward 244 * Added thread safety to Non-Secure entry function calls in ARMv8-M 1647 * :github:`23873` - GNA subsystem does not provide any system calls
|
D | release-notes-2.7.rst | 24 * Additional Blocking API calls for LoRa 611 of RNG calls. 1922 …thub:`22131` - ARM Cortex_R: CONFIG_USERSPACE: external interrupts are disabled during system calls
|
D | release-notes-3.1.rst | 135 * The ``pin`` prefix has been removed from all PWM API calls. So for example, 136 ``pwm_pin_set_cycles`` is now ``pwm_set_cycles``. The old API calls are 1962 * :github:`31613` - Undefined reference errors when using External Library with k_msgq_* calls
|
D | release-notes-2.3.rst | 191 * The timeout arguments to all kernel calls are now a "k_timeout_t" 476 * Replaced counter driver usage with k_timer calls
|
D | release-notes-3.5.rst | 2186 ``user_data`` pointer to keep context between the function calls. 2284 * CDDL auto-generated function code has been replaced with zcbor function calls, this now allows
|
D | release-notes-2.1.rst | 380 * Folded consecutive calls to bt_rand into one to reduce overhead
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 525 ``DT_INST_FOREACH_STATUS_OKAY`` expands to code which calls
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 157 # Making calls to RPU from net_mgmt callbacks.
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 493 # following zephyr_library_* calls are executed within the scope of the 818 # Within application CMakeLists.txt files, ensure that all calls to 843 # board_runner_args() calls, and otherwise finishes registering a 850 # placed before board_runner_args() calls, so they generally take 1238 # Subsequent calls to zephyr_linker_sources with the same file(s) will remove 2981 # When using CMake version 3.21 or newer 'zephyr_file_copy()' simply calls
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 738 they are added, as ``ExternalZephyrProject_Add()`` calls are processed by CMake.
|
/Zephyr-latest/ |
D | CMakeLists.txt | 163 # Kconfig.zephyr "Detect buffer overflows in libc calls" is a kconfig choice, 876 # This is passed into all calls to the gen_kobject_list.py script.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 979 thread waits for timestamped TX frames and calls registered
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 693 creates a small assembly language function which calls the common interrupt
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 129 :kconfig:option:`CONFIG_LOG_PRINTK`: Redirect printk calls to the logging.
|
/Zephyr-latest/kernel/ |
D | Kconfig | 988 Untrusted parameters from user mode may be used in system calls to
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 191 Otherwise, random numbers will be generated through multiple HCI calls,
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 746 The order of the ``include()`` calls in your :file:`board.cmake` matters. The
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 523 the event dispatcher calls listeners with the notifying channel already locked. Subscribers,
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 711 be freed with free() later. It follows all branches and function calls to see
|
123456789