Searched refs:support (Results 201 – 225 of 1732) sorted by relevance
12345678910>>...70
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | index.rst | 3 USB device support APIs
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.12.rst | 13 - Persistent storage support for Bluetooth Low Energy including Mesh 21 - SPI slave support 56 * userspace: add support for dynamic kernel objects 61 * arch: arc: refactor the arc stack check support 62 * arch: arc: add the support of STACK_SENTINEL 70 * arch: arm: lpc: Added support for Cortex-M0+ on lpc54114 soc 78 * dts: nios2-qemu: add device tree support 79 * dts: nios2f: Add device tree support 81 * dts: xtensa: Add device tree support for xtensa 83 * nxp_imx/mcimx7_m4: Added support for i.MX7 Cortex M4 core [all …]
|
D | release-notes-2.6.rst | 13 * Added support for 64-bit ARCv3 15 * Added initial support for Arm v8.1-m and Cortex-M55 16 * Removed legacy TCP stack support which was deprecated in 2.4 18 added support for Percepio Tracealyzer 112 This means that support for the SO_TIMESTAMPING socket option is also removed 158 * Removed support for the old zephyr integer typedefs (u8_t, u16_t, etc...). 160 * Removed support for k_mem_domain_destroy and k_mem_domain_remove_thread 162 * Removed support for counter_read and counter_get_max_relative_alarm 164 * Removed support for device_list_get 185 * Added new ARCv3 64bit ISA support and corresponding HS6x processor support [all …]
|
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 14 * Added support for Picolibc (see :kconfig:option:`CONFIG_PICOLIBC`). 16 * Initial support for :ref:`i3c_api` controllers. 123 * Removed support for enabling passthrough mode on MPU9150 to 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 132 * Removed deprecated civetweb module and the associated support code and samples. 228 * Added support of non-multithreading mode for all UP ARC targets. 231 * Added support of generation symbol file for ARC MWDT toolchain variant. 233 * Added support for GCC mcpu option tuning for ARC targets on SoC level. 261 * Enabled single-threaded support for some platforms. [all …]
|
D | release-notes-2.5.rst | 12 * Introduced support for the SPARC processor architecture and the LEON 14 * Added Thread Local Storage (TLS) support 15 * Added support for per thread runtime statistics 16 * Added support for building with LLVM on X86 18 * Add support for demand paging, initial support on X86. 44 * Removed SETTINGS_USE_BASE64 support as its been deprecated for more than 84 * A new :ref:`regulator_api` API has been added to support controlling power 88 standard way to identify the control signal in nodes that support power 101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0. 157 * Added support for per thread runtime statistics [all …]
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig | 41 Selected by host controller driver if UHS support is present. required 47 Selected by host controller driver if SPI mode support is required. 53 Selected by host controller driver if native SD mode support is
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 5 bool "Retention support" 10 Enables support for the retention system, which uses retained memory 29 bool "Disable retention mutex support"
|
/Zephyr-latest/samples/subsys/usb/ |
D | usb.rst | 2 :name: USB device support
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 34 support = path.join(cfg.board_dir, 'support') 41 default = path.join(support, 'openocd.cfg') 42 default2 = path.join(support, 'download_all.gdb') 43 default3 = path.join(support, 'appli_dl_cmd.gdb') 44 default4 = path.join(support, 'appli_debug_cmd.gdb') 56 if path.exists(support): 58 search_args.append(support) 62 if path.exists(i) and not path.samefile(path.dirname(i), support):
|
/Zephyr-latest/subsys/dap/ |
D | Kconfig | 5 bool "Debug Access Port support [EXPERIMENTAL]" 9 Debug Access Port support (currently CMSIS DAP only)
|
/Zephyr-latest/samples/subsys/usb_c/ |
D | usbc.rst | 2 :name: USB-C device support
|
/Zephyr-latest/boards/st/stm32mp157c_dk2/ |
D | board.cmake | 5 board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd.cfg")
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig | 12 Enable support for the SPI hardware bus. 26 bool "Asynchronous call support" 32 bool "RTIO support [EXPERIMENTAL]" 37 This option enables the RTIO API calls. RTIO support is 59 bool "Slave support [EXPERIMENTAL]" 62 Enables Driver SPI slave operations. Slave support depends
|
/Zephyr-latest/lib/libc/ |
D | Kconfig | 14 bool "Requires floating point support in printf" 19 implementation including floating point support. 33 Selected when the target has support for the minimal C library 42 Selected when the target has support for the newlib C library 44 # Picolibc with C++ support in Zephyr SDK is handled by Zephyr SDK's own Kconfig. 52 Selected when the target has support for picolibc.
|
/Zephyr-latest/boards/renode/riscv32_virtual/ |
D | board.cmake | 5 set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/riscv32_virtual.resc)
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 9 Enable support for EEPROM hardware. 42 Enable support for Atmel AT2x (and compatible) I2C/SPI 61 Enable support for I2C EEPROMs compatible with Atmel's AT24 family. 77 Enable support for SPI EEPROMs compatible with Atmel's AT25 family. 140 Enable support for the FFF-based fake EEPROM driver.
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 44 Enabling TLS support 47 Enable TLS support in the sample by building the project with the 60 For boards that support TLS offloading (e.g. TI's cc3220sf_launchxl), use 68 Note, that TLS support in the sample depends on non-posix, TLS socket 75 The IPv4 Wi-Fi support can be enabled in the sample with
|
/Zephyr-latest/boards/sc/scobc_module1/ |
D | board.cmake | 3 board_runner_args(openocd "--use-elf" "--config=${BOARD_DIR}/support/openocd-ftdi.cfg")
|
/Zephyr-latest/boards/ |
D | index.rst | 6 If you are looking to add Zephyr support for a new board, please start with the 9 When adding support documentation for a board, remember to use the template 33 support for your own board.
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | elfconvert_command.cmake | 19 # no support of --srec-len in mwdt 61 # no support of rename sections in mwdt, here just use arc-elf32-objcopy temporarily 78 # no support of remove sections
|
/Zephyr-latest/doc/kernel/services/other/ |
D | thread_local_storage.rst | 10 Zephyr currently requires toolchain support for TLS. 20 the architecture or the SoC does not have the necessary code to support 21 thread local storage and/or the toolchain does not support TLS.
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/ |
D | index.rst | 11 - As with the Pico 1, there's no support for running any code on the second core. 18 - USB 1.1 with device and host support 25 - 3 Programmable IO (PIO) blocks, 12 state machines total for custom peripheral support
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_dcnano_lcdif | 10 Enable support for mcux DCNano LCDIF driver. 21 framebuffers are required to support partial display updates. 22 The driver has been validated to support 0 through 2 framebuffers.
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 7 Enables support for drivers that can retain their data whilst the 25 bool "Disable retained memory mutex support"
|
/Zephyr-latest/boards/qemu/kvm_arm64/doc/ |
D | index.rst | 9 This configuration provides support for an AArch64 Cortex-A CPU and these 33 The kernel currently does not support other hardware features on this platform.
|
12345678910>>...70