Searched full:compatibility (Results 1 – 25 of 303) sorted by relevance
12345678910>>...13
/Zephyr-Core-3.7.0/include/zephyr/posix/ |
D | pthread.h | 68 * @brief POSIX threading compatibility API 75 * @brief POSIX threading compatibility API 82 * @brief POSIX threading compatibility API 89 * @brief POSIX threading compatibility API 96 * @brief POSIX threading compatibility API 103 * @brief POSIX threading compatibility API 111 * @brief POSIX threading compatibility API 119 * @brief POSIX threading compatibility API 127 * @brief POSIX threading compatibility API 136 * @brief POSIX threading compatibility API [all …]
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_socket.h | 21 /** Recording debugging information (ignored, for compatibility) */ 29 /** Bypass normal routing and send directly to host (ignored, for compatibility) */ 31 /** Transmission of broadcast messages is supported (ignored, for compatibility) */ 41 /** Place out-of-band data into receive stream (ignored, for compatibility) */ 45 /** Socket lingers on close (ignored, for compatibility) */ 50 /** Receive low watermark (ignored, for compatibility) */ 52 /** Send low watermark (ignored, for compatibility) */ 66 /** Socket accepts incoming connections (ignored, for compatibility) */ 95 /** Disable TCP buffering (ignored, for compatibility) */
|
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.h | 26 * to be setup() for Arduino compatibility. 32 * compatibility.
|
D | main_functions.cpp | 28 /* Globals, used for compatibility with Arduino-style sketches. */ 40 /* The name of this function is important for Arduino compatibility. */ 80 /* The name of this function is important for Arduino compatibility. */
|
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.hpp | 26 * to be setup() for Arduino compatibility. 32 * compatibility.
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | socketcan.h | 78 * @name Linux SocketCAN compatibility 80 * The following structures and functions provide compatibility with the CAN 87 * CAN Identifier structure for Linux SocketCAN compatibility. 110 * @brief CAN frame for Linux SocketCAN compatibility. 129 * @brief CAN filter for Linux SocketCAN compatibility.
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | FindGnuLd.cmake | 52 set(GNULD_LINKER_IS_BFD ON CACHE BOOL "Linker BFD compatibility (compiler reported)" FORCE) 66 set(GNULD_LINKER_IS_BFD ON CACHE BOOL "Linker BFD compatibility (inferred from binary)" FORCE) 69 set(GNULD_LINKER_IS_BFD OFF CACHE BOOL "Linker BFD compatibility (inferred from binary)" FORCE)
|
/Zephyr-Core-3.7.0/lib/open-amp/ |
D | resource_table.h | 20 #define VRING0_ID 0 /* (master to remote) fixed to 0 for Linux compatibility */ 21 #define VRING1_ID 1 /* (remote to master) fixed to 1 for Linux compatibility */
|
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/ |
D | argparse.h | 11 /* This header is present to avoid breaking backwards compatibility with old bsim tests */
|
D | time_machine.h | 17 /* This header and prototype exists for backwards compatibility with old bsim tests */
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/console/ |
D | native_posix_console.h | 11 * This header is left for compatibility with old applications
|
/Zephyr-Core-3.7.0/dts/bindings/ipm/ |
D | st,stm32-hsem-mailbox.yaml | 20 Dummy property for device tree compatibility with MBOX driver.
|
/Zephyr-Core-3.7.0/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3_shub/ |
D | stm32mp157c_dk2.overlay | 9 * Delete this optional property for shield/board compatibility
|
/Zephyr-Core-3.7.0/boards/shields/x_nucleo_iks01a2/boards/ |
D | stm32mp157c_dk2.overlay | 9 * Delete this optional property for shield/board compatibility
|
/Zephyr-Core-3.7.0/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3/ |
D | stm32mp157c_dk2.overlay | 9 * Delete this optional property for shield/board compatibility
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/cavs/ |
D | Kconfig.defconfig.cavs_v25 | 6 # For backward compatibility, to be removed
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | multi_process.c | 12 * To maintain compatibility with some other POSIX operating systems, in getpid()
|
D | Kconfig.procN | 19 # These options are intended to be used for compatibility with external POSIX
|
D | Kconfig.fd_mgmt | 18 # These options are intended to be used for compatibility with external POSIX
|
D | Kconfig.sync_io | 29 # These options are intended to be used for compatibility with external POSIX
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | smp.c | 26 * compatibility with other SMP systems.
|
/Zephyr-Core-3.7.0/include/zephyr/posix/sys/ |
D | utsname.h | 15 /* These are for compatibility / practicality */
|
/Zephyr-Core-3.7.0/modules/hostap/src/ |
D | wpa_cli.c | 35 /* Persisting with "wpa_cli" naming for compatibility with Wi-Fi
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tcp.h | 79 /* The following functions are provided solely for the compatibility 97 /* No ops, provided for compatibility with the old TCP */
|
/Zephyr-Core-3.7.0/include/zephyr/arch/xtensa/ |
D | thread.h | 19 * field exists for sizeof compatibility with C++.
|
12345678910>>...13