Searched refs:calls (Results 151 – 175 of 204) sorted by relevance
123456789
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/ |
D | index.rst | 247 command that directly calls OpenOCD (assuming a SEGGER JLink adapter is used):
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 602 overflows when handling system calls. It doesn't guarantee that the kernel has 669 system calls. If stack guards are implemented, a stack guard region must 749 kernel stack used for handling system calls is generated. The address 841 system calls are made. This should be fixed size for all threads, and must
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 331 in-effective jump calls to shorter / more effective instructions. 575 prompt "Detect buffer overflows in libc calls" 579 Buffer overflow checking in libc calls. Supported by Clang and
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 238 The udooneo-uploader utility calls another executable named
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 118 follow the ``PM_DEVICE_*`` convention. Some other API calls such as 196 * Added support for preempting threads while they are performing secure calls in Cortex-M. 520 flash_erase() API calls. All in-tree flash drivers have been updated, 524 flash_erase() driver shims will wrap their calls with calls to the protect 722 * Added locking to network interface API function calls. 766 * Added locking to socket API function calls. 770 normal BSD socket API calls without adding the zsock prefix. 1172 * :github:`35307` - ARM64 system calls are entered with interrupts masked 2009 * :github:`31613` - Undefined reference errors when using External Library with k_msgq_* calls
|
D | migration-guide-3.7.rst | 843 calls need to be prefixed by a ``zsock_`` string. 847 use the ``zsock_*`` API calls. (:github:`69950`) 898 socket calls. Linux expects the protocol field to be ``htons(ETH_P_ALL)`` if it is desired
|
D | release-notes-3.4.rst | 256 * Removed ``bt_set_oob_data_flag`` and replaced it with two new API calls: 269 :c:func:`spi_cs_is_gpio_dt` calls. 868 * Introduced new flash API call :c:func:`flash_ex_op` which calls 1423 * Enable routing of PSA Crypto API calls from NS to S, thanks to separating MbedTLS into three
|
D | release-notes-1.8.rst | 234 * ``ZEP-1568`` - Replace arm cortex_m scs and scb functionality with direct CMSIS-core calls
|
D | release-notes-1.14.rst | 150 * :github:`16749` - IRQ_CONNECT and irq_enable calls in the SiFive UART driver is misconfigured 238 * :github:`21431` - missing async uart.h system calls 239 * :github:`21432` - watchdog subsystem has no system calls 350 * :github:`16749` - IRQ_CONNECT and irq_enable calls in the SiFive UART driver is misconfigured 584 - The default stack size for handling system calls has been increased to 1191 …9` - arch: arm: thread arch.mode not always inline with thread's privilege mode (e.g. system calls) 1379 * :github:`14125` - system calls are vulnerable to Spectre V1 attacks on CPUs with speculative exec… 1389 * :github:`14084` - ADC driver subsystem has no system calls 2057 * :github:`10439` - Logger calls will execute functions even though the LOG_LEVEL is masked
|
D | release-notes-1.12.rst | 266 * Documentation added covering system calls and userspace, kernel, and 590 * :github:`7170` - zassert: Confusing rules and actual usage for messages in zassert_*() calls 713 * :github:`7753` - security: ARM does not scrub registers when returning from system calls
|
D | release-notes-1.9.rst | 319 * ``ZEP-2397`` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work …
|
D | release-notes-3.6.rst | 1064 dynamically manage the delay between calls to :c:func:`modem_pipe_transmit()`. 1069 between calls to :c:func:`modem_pipe_transmit()`. This addition reduced the utilization of the 1073 relentless, continuous calls to :c:func:`modem_pipe_transmit()`).
|
D | release-notes-3.0.rst | 291 * Converted inline assembler calls to using CMSIS provided functions for 528 and the flash_erase() calls. The driver was keeping the write protection API 992 * :github:`41794` - Bluetooth: ATT calls GATT callbacks with NULL conn pointer during disconnect
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 289 more data to be provided in a consecutive callback calls.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 195 number of :c:func:`bt_mesh_model_extend` and :c:func:`bt_mesh_model_correspond` calls.
|
D | dfu.rst | 220 Update Server model calls the :c:member:`bt_mesh_dfu_srv_cb.check` callback, the application can
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 447 user thread interrupts and system calls, and significant footprint
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 20 handle secure TF-M API calls and responses.
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 119 calls :c:func:`smf_set_state`.
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 294 The ICBMsg initialization calls ICMsg to initialize.
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 268 uint8_t call_count, const struct bt_tbs_client_call *calls) in tbs_client_current_calls_cb() argument
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 139 binary. System calls are implemented as function calls without requiring
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 655 (File system in User space) layer that maps the Zephyr file system calls to 656 the required UNIX file system calls, and provides access to the flash file
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 206 If a thread calls :c:func:`k_sched_lock` and subsequently performs an
|
/Zephyr-latest/arch/ |
D | Kconfig | 307 with the kernel via system calls. See Zephyr documentation for more 324 this region will be inaccessible from user mode. During system calls,
|
123456789