Searched +full:modules +full:- +full:start +full:- +full:from +full:- +full:bottom (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/dts/bindings/display/ |
D | led-strip-matrix.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 compatible: "led-strip-matrix" 9 include: display-controller.yaml 32 start-from-right: 37 * Start from the right with a serpentine layout 43 * Start from the right with a circulative layout 49 start-from-bottom: 52 Specify if the first LED is at the bottom. 54 * Start from the bottom with a circulative layout 60 * Start from the bottom with a serpentine layout [all …]
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 9 The tracing feature provides hooks that permits you to collect data from 10 your application and allows :ref:`tools` running on a host to visualize the inner-working of 13 Every system has application-specific events to trace out. Historically, 16 1. Determining the application-specific payload, 17 2. Choosing suitable serialization-format, 18 3. Writing the on-target serialization code, 20 5. Writing the PC-side deserializer/parser, 21 6. Writing custom ad-hoc tools for filtering and presentation. 29 In fact, I/O varies greatly from system to system. Therefore, it is 32 (bottom Layer) is generic and efficient enough to model these. See the [all …]
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 5 (NOT a "zephyr.strip" intended for grub/multiboot loading -- we need 9 from the EFI shell. 15 image extracted from a built zephyr.elf file. EFI applications are 18 appropriate locations at startup, clear any zero-filled (BSS, etc...) 23 load it from the EFI boot filesystem into its correct location with no 26 that size, and potentially MUCH more if you start enabling the default 27 modules. 32 The code and link environment here is non-obvious. The simple rules 45 Linux toolchain. EFI binaries are relocatable PE-COFF files -- 50 independent code. Non-static global variables and function addresses [all …]
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 6 The Zephyr OS is based on a small-footprint kernel designed for use on 7 resource-constrained and embedded systems: from simple embedded environmental 13 - ARCv2 (EM and HS) and ARCv3 (HS6X) 14 - ARMv6-M, ARMv7-M, and ARMv8-M (Cortex-M) 15 - ARMv7-A and ARMv8-A (Cortex-A, 32- and 64-bit) 16 - ARMv7-R, ARMv8-R (Cortex-R, 32- and 64-bit) 17 - Intel x86 (32- and 64-bit) 18 - MIPS (MIPS32 Release 1 specification) 19 - NIOS II Gen 2 20 - RISC-V (32- and 64-bit) [all …]
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 8 the Audio and Context Engine (ACE). These Xtensa-based ADSPs can be integrated 12 +----------+-----------------------------+ 16 +----------+-----------------------------+ 18 +----------+-----------------------------+ 20 +----------+-----------------------------+ 22 +----------+-----------------------------+ 24 Intel open-sources firmware for its ADSP hardware under the Sound Open Firmware 26 Xtensa OS (XTOS) and run on a variety of Intel and non-Intel platforms. 30 `UP Xtreme i11-0001 series`_ (:ref:`intel_adsp_cavs25`) board as an example. 39 ----------------------- [all …]
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 6 As an open-source project, we welcome and encourage the community to submit 9 from an active development community. 24 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 26 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr 38 https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 41 https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ 55 Importing code into the Zephyr OS from other projects that use a license 64 See :ref:`external-contributions` for more information about 79 Please follow this `Community Best Practice`_ for Copyright Notices from the 84 https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ [all …]
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 4 * SPDX-License-Identifier: Apache-2.0 57 * data from the modem receiver 211 #define MDM_INVALID_SOCKET_ID -1 217 #define SIZE_WITHOUT_NUL(v) (sizeof(v) - SIZE_OF_NUL) 221 .cmd = cmd_, .cmd_len = (uint16_t)sizeof(cmd_) - 1, \ 250 #define RSSI_UNKNOWN -999 294 /* The ? can be a + or - */ 301 #define TIME_STRING_TO_TM_STRUCT_YEAR_OFFSET (2000 - 1900) 373 static const char EOF_PATTERN[] = "--EOF--Pattern--"; 598 sock->allocated = true; in alloc_stale_socket() [all …]
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 80 # sub-directories (in 2 levels) under the output directory of each output format 85 # control the number of sub-directories. [all …]
|