Searched refs:and (Results 751 – 775 of 3855) sorted by relevance
1...<<31323334353637383940>>...155
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 10 The following are examples of ISAs and ABIs that Zephyr supports: 13 * ARMv7-M ISA with Thumb2 instruction set and ARM Embedded ABI (aeabi) 20 An architecture port can be divided in several parts; most are required and 26 * **Interrupt and exception handling**: each architecture handles asynchronous 27 and unrequested events in a specific manner (required). 30 ABI and each ISA has a different set of registers to save (required). 32 * **Thread creation and termination**: A thread's initial stack frame is ABI 33 and architecture-dependent, and thread abortion possibly as well (required). 35 * **Device drivers**: most often, the system clock timer and the interrupt 44 * **Fault management**: for implementing architecture-specific debug help and [all …]
|
/Zephyr-latest/drivers/sensor/ti/tmp108/ |
D | Kconfig | 14 Enable driver for the TMP108 temperature sensor and/or it's variant 20 bool "Allow interrupts to service over and under temp alerts" 22 This will set up interrupts to service under and over temp alerts
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 6 # Then change the 'name' and 'url' below and run 'west update'. 8 # Your module will be added to the local workspace and kept in sync
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.tmap | 1 # Bluetooth Audio - Telephony and Media Audio Profile (TMAP) options 28 bool "Telephony and Media Audio Profile" 35 module-str = "Telephony and Media Audio Profile"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | auxdisplay.rst | 12 graphical output to displays (and most often monochrome), the most 15 and sizes, a common display size is 16 characters by 2 lines. 17 This API is unstable and subject to change.
|
/Zephyr-latest/samples/drivers/peci/ |
D | README.rst | 14 Building and Running 17 The sample can be built and executed on boards supporting PECI. 27 Note: You are expected to see several interactions including ID and
|
/Zephyr-latest/samples/hello_world/ |
D | README.rst | 9 A simple sample that can be used with any :ref:`supported board <boards>` and 12 Building and Running 15 This application can be built and executed on QEMU as follows:
|
/Zephyr-latest/samples/bluetooth/central/ |
D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting). 11 for other Bluetooth LE devices and establishing a connection to the first one with a 20 Building and Running
|
/Zephyr-latest/samples/bluetooth/central_hr/ |
D | README.rst | 5 Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements. 11 application specifically looks for heart-rate monitors and reports the 20 Building and Running
|
/Zephyr-latest/samples/bluetooth/central_ht/ |
D | README.rst | 5 Connect to a Bluetooth LE health thermometer sensor and read temperature measurements. 11 application specifically looks for health thermometer sensor and reports the 20 Building and Running
|
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/ |
D | README.rst | 11 The red, green and blue LED fade up one by one, and this repeats forever. 13 Building and Running
|
/Zephyr-latest/tests/kernel/xip/ |
D | README.txt | 9 Building and Running Project: 11 This project outputs to the console. It can be built and executed 27 # and restore pre-defined configuration info
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/ |
D | README.rst | 10 It showcase simple app that allows to enter into light and deep sleep. 12 Building and Running 15 The sample can be built and executed on boards using west.
|
/Zephyr-latest/boards/shields/ls0xx_generic/doc/ |
D | index.rst | 10 displays of LS0XX type. These displays have an SPI interface and 22 and `datasheet`_. The DC bias can damage the LCD and reduce the life. 33 define ``extcomin-gpios`` and implement their preferred method in 63 a reference and changing the width, height, etc configurations. 85 for Arduino connectors and defines node aliases for SPI and GPIO interfaces 105 …https://www.sharpsma.com/documents/1468207/1485747/Memory+LCD+Theory%2C+Programming%2C+and+Interfa…
|
/Zephyr-latest/boards/gd/gd32f350r_eval/doc/ |
D | index.rst | 6 The GD32F350R-EVAL board is a hardware platform that enables design and debug 11 SRAM and 55 GPIOs. 28 For more information about the GD32F350 SoC and GD32F350R-EVAL board: 44 is USART0 with TX connected at PA9 and RX at PA10. 46 Programming and Debugging 49 Before programming your board make sure to configure boot and serial jumpers as follows: 58 allows flash programming and debugging over USB. There is also a SWD header 61 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
|
/Zephyr-latest/boards/gd/gd32vf103v_eval/doc/ |
D | index.rst | 11 SRAM and 80 GPIOs. 18 - GD25Q16 16Mbit SPI and QSPI NOR Flash 30 For more information about the GD32VF103 SoC and GD32VF103V-EVAL board: 46 is USART0 with TX connected at PA9 and RX at PA10. 48 Programming and Debugging 51 Before programming your board make sure to configure boot and serial jumpers 61 allows flash programming and debugging over USB. There is also a JTAG header 64 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
|
/Zephyr-latest/boards/arduino/uno_r4/doc/ |
D | index.rst | 7 in the Arduino form factor and is compatible with traditional Arduino. 13 - 256 KiB flash memory and 32 KiB of RAM 25 Programming and debugging 31 A debug adapter is required to flash and debug programs. 33 you can use for flashing and debugging. 43 You can build and flash with ``west flash`` command (See 44 :ref:`build_an_application` and 47 Here is an example for building and flashing the :zephyr:code-sample:`blinky` application.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | cadence_xcc.rst | 9 * The Xtensa Xplorer which contains the necessary executables and 16 #. Install Xtensa Xplorer and then the SoC add-on. 22 * GCC-based compiler: ``xt-xcc`` and its friends. 24 * Clang-based compiler: ``xt-clang`` and its friends. 35 * There are two ways to specify the SoC ID and the SDK version to use. 36 They are mutually exclusive, and cannot be used together. 44 #. When building for multiple SoCs, for each SoC and board combination: 51 #. For example, assuming the SDK is installed in ``/opt/xtensa``, and
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 17 and the opening parenthesis. 32 Commands and Syntax 36 ``add_executable``, ``find_package``). This improves readability and 48 lines to make it easier to scan and identify each source file or item. 90 - **Quote Strings and Variables**: Always quote string literals and variables 122 - Use ``if``, ``elseif``, and ``else`` with proper indentation, and close with
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 5 Write data into scratch area and read it using flash API and memory-mapped pointer. 11 and data address spaces. This mapping works only for read operations. It is not possible to modify 15 and the instruction address space. See the technical reference manual for more details and 23 Building and Running 45 The sample code erases the scratch area defined in DTS file and writes a 32-bytes data buffer in it. 46 Next, it prints that region content using flash API read and also using memory-mapped pointer.
|
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 9 the IT81302 MECC board (also known as it8xxx2_evb) and its debug card. 20 and they support different hardware features. 47 Programming and debugging on it83202 51 you'll need our flash tool and Download board. 118 #. Open winflash tool and make sure the order you open the switch is right. 129 First, click ``Load`` button and select your zephyr.bin file. 135 #. At this point, you have flashed your image into ITE board and 139 For example, open device manager to find the USB Serial Port(COM4) and use your 146 sent by the board. If you don't see this message, press the Reset button and the 161 #. Open a second terminal window and use linux flash tool to flash your board. [all …]
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/doc/ |
D | rcar_salvator_x.rst | 8 - The H3 Salvator-X board is designed for evaluating the features and performance 9 of the R-CAR H3 device from Renesas Electronics and it is also used for developing 10 and evaluating application software for these R-CAR H3. 13 each 64-bit wide+Hyperflash @64MB, CSI2 interfaces and several communication interfaces 14 like USB, Ethernet, HDMI and can work standalone or can be adapted to other boards, 66 Connections and IOs 77 'SW21', 'SW22' can be used as input, and the software contollable LEDs 'LED4', 88 Both ports are converted to USB through CP2102 converters and they are exposed 99 Programming and Debugging 102 Build and flash applications as usual (see :ref:`build_an_application` and [all …]
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/ |
D | index.rst | 13 robust capabilities and support for sophisticated display and touch technologies. 17 Its wide range of hardware features, including advanced display and touch capabilities, 19 and testing of peripherals and functionalities. 43 - 1 reset button, 1 user button, and 1 BOOT button 47 - USB OTG Full Speed and High Speed(1) 50 - SWD and serial port accessibility through a pin header 127 Programming and Debugging 130 Applications for the ``fk7b0m1_vbt6`` board configuration can be built and flashed in the usual 131 way (see :ref:`build_an_application` and :ref:`application_run` for more details). 137 an external debugger, such as ST-Link, for programming and debugging purposes. [all …]
|
/Zephyr-latest/boards/96boards/wistrio/doc/ |
D | 96b_wistrio.rst | 10 chipset integrating SX1276 LoRaWAN Modem, STM32L151CB-A MCU and GPS module. 76 Connections and IOs 94 to USART1 with 115200 8N1 as the default setting and USART3 is used for 106 I2C1 also goes to the J22 connector and can be used to attach external 120 Programming and Debugging 127 bootloader and another using the SWD debug port (which requires additional 132 flashing via UART, and I2C but this document describes the UART case only. 133 You can read more about how to enable and use the ROM bootloader by 144 - Connect BOOT0 to VDD (link pin 1 and 2 on J12) 145 - Press and release the RST button [all …]
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 16 `Apache Thrift`_ is an `IDL`_ specification, `RPC`_ framework, and 18 27 programming languages, 7 protocols, and 6 low-level transports. Thrift was 19 originally developed at `Facebook in 2006`_ and then shared with the 20 `Apache Software Foundation`_. Thrift supports a rich set of types and data 21 structures, and abstracts away transport and protocol details, which lets 45 This sample application includes a client and server implementing the RPC 81 Building and Running 85 client in the QEMU environment, and the peer is built and run natively on 88 Building the Native Client and Server 96 Under ``client/``, 3 executables will be generated, and components [all …]
|
1...<<31323334353637383940>>...155