Searched refs:provide (Results 1 – 25 of 442) sorted by relevance
12345678910>>...18
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.fd_mgmt | 8 Select 'y' here and Zephyr will provide implementations for the POSIX_FD_MGMT Option Group. 23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl(). 28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate(). 33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
|
D | Kconfig.device_io | 14 Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option 29 When selected via Kconfig, Zephyr will provide an alias for close() as _close(). 34 When selected via Kconfig, Zephyr will provide an alias for open() as _open(). 39 When selected via Kconfig, Zephyr will provide an alias for read() as _read(). 44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
|
D | Kconfig.mem | 22 Select 'y' here and Zephyr will provide implementations of shm_open() and shm_unlink(). 32 Select 'y' here and Zephyr will provide support for mmap(), msync(), and munmap(). 43 Select 'y' here and Zephyr will provide support for mlockall() and munlockall(). 54 Select 'y' here and Zephyr will provide support for mlock() and munlock(). 65 Select 'y' here and Zephyr will provide support for mprotect().
|
D | Kconfig.sync_io | 10 Select 'y' here and Zephyr will provide an implementation of fsync(). 20 Select 'y' here and Zephyr will provide an implementation of fdatasync(), fsync(), 35 Select 'y' here and Zephyr will provide an alias for fsync() as _fsync().
|
D | Kconfig.file_system_r | 10 Select 'y' here and Zephyr will provide an implementation of the POSIX_FILE_SYSTEM_R
|
D | Kconfig.fs | 18 When selected via Kconfig, Zephyr will provide an alias for fstat() as _fstat().
|
D | Kconfig.c_lang_r | 13 Select 'y' here and Zephyr will provide an implementation of the POSIX_C_LANG_SUPPORT_R
|
/Zephyr-latest/boards/common/ |
D | nrfjprog.board.cmake | 4 board_finalize_runner_args(nrfjprog) # No default arguments to provide.
|
D | nrfutil.board.cmake | 4 board_finalize_runner_args(nrfutil) # No default arguments to provide.
|
D | uf2.board.cmake | 4 board_finalize_runner_args(uf2) # No default arguments to provide.
|
D | blackmagicprobe.board.cmake | 5 board_finalize_runner_args(blackmagicprobe) # No default arguments to provide
|
D | dfu-util.board.cmake | 4 board_finalize_runner_args(dfu-util) # No default arguments to provide.
|
/Zephyr-latest/doc/security/standards/ |
D | index.rst | 12 standards provide guidelines and outline requirements that products have to follow 16 by security standards requirements and provide the right information to enable
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_offload.rst | 17 to provide an alternate implementation for an IP stack. This means that the 35 functionality at the socket API level. With this approach, vendors who provide an
|
/Zephyr-latest/arch/common/ |
D | rom_start_address.ld | 8 * To provide correct value, this file must be the first file included in
|
/Zephyr-latest/samples/sensor/ds18b20/ |
D | arduino_serial.overlay | 9 * Requires external circuit to provide an open-drain interface.
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 43 The following options are enabled by default to provide more information about 44 the running application and to provide means for debugging and error handling:
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mdio.rst | 10 Many ethernet MAC controllers also provide hardware to communicate over MDIO
|
/Zephyr-latest/doc/services/portability/ |
D | index.rst | 6 OS abstraction layers (OSAL) provide wrapper function APIs that
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | CMakeLists.txt | 6 # options are y-selected; provide full arch string with the custom extension otherwise.
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 82 smaller cache size. In that case application should provide a 112 Enable this option to provide support for littlefs on flash devices 118 Enable this option to provide support for littlefs on the block 125 Enable this option to provide support for selecting littlefs disk version
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | triggers.rst | 12 There are many kinds of triggers sensors provide, from informative ones such as
|
/Zephyr-latest/doc/develop/west/ |
D | index.rst | 9 West's built-in commands provide a multiple repository management system with 12 additional features to west. Zephyr uses this to provide conveniences for
|
/Zephyr-latest/doc/services/tfm/ |
D | testsuites.rst | 18 NS/S boundary via the PSA APIs. They provide a useful sanity check for proper 40 They also provide a useful test case to validate any PRs that make meaningful
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.xlnx_psttc | 22 This is the index of TTC timer picked to provide system clock.
|
12345678910>>...18