Home
last modified time | relevance | path

Searched refs:calls (Results 151 – 175 of 204) sorted by relevance

123456789

/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/
Dindex.rst247 command that directly calls OpenOCD (assuming a SEGGER JLink adapter is used):
/Zephyr-latest/doc/hardware/porting/
Darch.rst602 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/
DKconfig.zephyr331 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/
Dindex.rst238 The udooneo-uploader utility calls another executable named
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst118 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
Dmigration-guide-3.7.rst843 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
Drelease-notes-3.4.rst256 * 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
Drelease-notes-1.8.rst234 * ``ZEP-1568`` - Replace arm cortex_m scs and scb functionality with direct CMSIS-core calls
Drelease-notes-1.14.rst150 * :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
Drelease-notes-1.12.rst266 * 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
Drelease-notes-1.9.rst319 * ``ZEP-2397`` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work …
Drelease-notes-3.6.rst1064 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()`).
Drelease-notes-3.0.rst291 * 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/
Dhttp_server.rst289 more data to be provided in a consecutive callback calls.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst195 number of :c:func:`bt_mesh_model_extend` and :c:func:`bt_mesh_model_correspond` calls.
Ddfu.rst220 Update Server model calls the :c:member:`bt_mesh_dfu_srv_cb.check` callback, the application can
/Zephyr-latest/arch/x86/
DKconfig447 user thread interrupts and system calls, and significant footprint
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst20 handle secure TF-M API calls and responses.
/Zephyr-latest/doc/services/smf/
Dindex.rst119 calls :c:func:`smf_set_state`.
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst294 The ICBMsg initialization calls ICMsg to initialize.
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c268 uint8_t call_count, const struct bt_tbs_client_call *calls) in tbs_client_current_calls_cb() argument
/Zephyr-latest/doc/security/
Dsecurity-overview.rst139 binary. System calls are implemented as function calls without requiring
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst655 (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/
Dindex.rst206 If a thread calls :c:func:`k_sched_lock` and subsequently performs an
/Zephyr-latest/arch/
DKconfig307 with the kernel via system calls. See Zephyr documentation for more
324 this region will be inaccessible from user mode. During system calls,

123456789