Searched +full:hs +full:- +full:master +full:- +full:code (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 1 # Copyright (c) 2020-2023 Gerson Fernando Budke <nandojve@gmail.com> 2 # SPDX-License-Identifier: Apache-2.0 7 The Atmel Two-wire Master Interface (TWIM) interconnects components on a 8 unique two-wire bus, made up of one clock line and one data line with speeds 9 of up to 3.4 Mbit/s, based on a byte-oriented transfer format. The TWIM is 10 always a bus master and can transfer sequential or single bytes. Multiple 11 master capability is supported. Arbitration of the bus is performed 20 std-clk-slew-lim = <0>; 21 std-clk-strength-low = "0.5"; 22 std-data-slew-lim = <0>; [all …]
|
/Zephyr-latest/boards/atmel/sam/sam4l_ek/ |
D | sam4l_ek.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include "sam4l_ek-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 model = "Atmel SAM4L-EK Board with an Atmel SAM4LC4C SoC"; 17 i2c-0 = &twim0; 24 zephyr,shell-uart = &usart2; 30 compatible = "gpio-leds"; 38 compatible = "gpio-keys"; 43 zephyr,code = <INPUT_KEY_0>; [all …]
|
/Zephyr-latest/boards/snps/hsdk/doc/ |
D | index.rst | 6 The DesignWare(R) ARC(R) HS Development Kit is a ready-to-use platform for 8 single-core and multi-core ARC HS34, HS36 and HS38 processors and offers a wide 14 For details about the board, see: `ARC HS Development Kit 15 (HSDK) <https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit>`__ 25 +--------+-------------+---------+--------------+---------------------------------+ 27 +--------+-------------+---------+--------------+---------------------------------+ 29 +--------+-------------+---------+--------------+---------------------------------+ 31 +--------+-------------+---------+--------------+---------------------------------+ 33 +--------+-------------+---------+--------------+---------------------------------+ 35 +--------+-------------+---------+--------------+---------------------------------+ [all …]
|
/Zephyr-latest/boards/st/nucleo_f429zi/doc/ |
D | index.rst | 6 The Nucleo F429ZI board features an ARM Cortex-M4 based STM32F429ZI MCU 10 - STM32 microcontroller in LQFP144 package 11 - LSE crystal: 32.768 kHz crystal oscillator 12 - USB OTG 13 - Ethernet compliant with IEEE-802.3-2002 14 - Two types of extension resources: 16 - ST Zio connector including: support for Arduino* Uno V3 connectivity 19 - ST morpho extension pin headers for full access to all STM32 I/Os 21 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector 22 - Flexible board power supply: [all …]
|
/Zephyr-latest/boards/adi/max32666fthr/doc/ |
D | index.rst | 6 optimized Bluetooth® 5 solutions with the MAX32666 Arm® Cortex®-M4 processor with FPU. The board 7 also includes the MAX1555 1-Cell Li+ battery charger for battery management. The form factor is 9 off-the-shelf peripheral expansion boards. The board also includes a variety of peripherals, 10 such as a micro SD card connector, 6-axis accelerometer/gyro, RGB indicator LED, and pushbutton. 11 This platform provides poweroptimized flexible for quick proof-of-concepts and early software 28 - MAX32666 MCU: 30 - High-Efficiency Microcontroller and Audio DSP for Wearable and Hearable Devices 32 - Arm Cortex-M4 with FPU Up to 96MHz 33 - Optional Second Arm Cortex-M4 with FPU Optimized for Data Processing 34 - Low-Power 7.3728MHz System Clock Option [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 12 * The kernel now supports both 32- and 64-bit architectures. 17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a 20 * We added support for UpdateHub, an end-to-end solution for large scale 21 over-the-air device updates. 22 * We added support for ARM Cortex-R Architecture (Experimental). 32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and 35 negotiation. This allows practical brute-force attacks (aka "KNOB") 42 * New kernel API for per-thread disabling of Floating Point Services for 43 ARC, ARM Cortex-M, and x86 architectures. 45 * Additional support for compatibility with 64-bit architectures. [all …]
|
D | release-notes-2.5.rst | 27 * CVE-2021-3323: Under embargo until 2021-04-14 28 * CVE-2021-3321: Under embargo until 2021-04-14 29 * CVE-2021-3320: Under embargo until 2021-04-14 39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'. 63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive 67 timeout usage must use the new-style k_timeout_t type and not the 87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a 101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0. 146 sys_heap/k_heaps. Note that the new-style heap is a general [all …]
|
D | release-notes-2.4.rst | 33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer 34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing 35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core 36 * CVE-2020-10072: all threads can access all socket file descriptors 37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat 38 * CVE-2020-13599: Security problem with settings and littlefs 39 * CVE-2020-13601: Under embargo until 2020/11/18 40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv 50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if [all …]
|
D | release-notes-4.0.rst | 15 is now the standard way to provide device-specific protection to data at rest. (:github:`76222`) 18 :ref:`ZMS <zms_api>` is a new key-value storage subsystem compatible with all non-volatile storage 25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`, 26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported. 31 Initially implemented drivers include a simple :dtcompatible:`zephyr,gpio-steppers` and a complex 32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`. 50 directory for :zephyr:code-sample-category:`code samples <samples>`. 70 * :cve:`2024-8798`: Under embargo until 2024-11-22 71 * :cve:`2024-10395`: Under embargo until 2025-01-23 72 * :cve:`2024-11263` `Zephyr project bug tracker GHSA-jjf3-7x72-pqm9 [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 86 * MCUmgr handlers no longer need to be registered by the application code, 88 registration function at boot-up. If applications register this then 93 application code, these will now automatically be registered at boot-up (this [all …]
|
/Zephyr-latest/boards/snps/hsdk4xd/doc/ |
D | index.rst | 7 It includes a multicore ARC HS4xD-based chip that integrates a wide range of interfaces 12 (HSDK4xD) <https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit>`__ 22 +--------+-------------+---------+--------------+---------------------------------+ 24 +--------+-------------+---------+--------------+---------------------------------+ 26 +--------+-------------+---------+--------------+---------------------------------+ 28 +--------+-------------+---------+--------------+---------------------------------+ 30 +--------+-------------+---------+--------------+---------------------------------+ 32 +--------+-------------+---------+--------------+---------------------------------+ 34 +--------+-------------+---------+--------------+---------------------------------+ 36 +--------+-------------+---------+--------------+---------------------------------+ [all …]
|
/Zephyr-latest/boards/olimex/stm32_e407/doc/ |
D | index.rst | 6 The OLIMEX-STM32-E407 board is open source hardware and is based on 7 the STMicroelectronics STM32F407ZG ARM Cortex-M4 CPU. 13 `OLIMEX-STM32-E407 website`_ and `OLIMEX-STM32-E407 user manual`_. 23 +------------+------------+----------------------+ 26 | NVIC | on-chip | nested vectored | 28 +------------+------------+----------------------+ 29 | SYSTICK | on-chip | system clock | 30 +------------+------------+----------------------+ 31 | UART | on-chip | serial port | 32 +------------+------------+----------------------+ [all …]
|
/Zephyr-latest/boards/adi/max32666evkit/doc/ |
D | index.rst | 6 high-efficiency Arm® microcontrollers and audio DSP for wearable and hearable device applications. 13 - MAX32666 MCU: 15 - High-Efficiency Microcontroller and Audio DSP for Wearable and Hearable Devices 17 - Arm Cortex-M4 with FPU Up to 96MHz 18 - Optional Second Arm Cortex-M4 with FPU Optimized for Data Processing 19 - Low-Power 7.3728MHz System Clock Option 20 - 1MB Flash, Organized into Dual Banks 2 x 512KB 21 - 560KB (448KB ECC) SRAM; 3 x 16KB Cache 22 - Optional Error Correction Code (ECC-SEC-DED)for Cache, SRAM, and Internal Flash 24 - Bluetooth 5 Low Energy Radio [all …]
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2.c | 4 * SPDX-License-Identifier: Apache-2.0 44 /* Minimum RX FIFO size in 32-bit words considering the largest used OUT packet 49 /* Default Rx FIFO size in 32-bit words calculated to support High-Speed with: 57 /* TX FIFO0 depth in 32-bit words (used by control IN endpoint) 105 /* Transfer triggers (IN on bits 0-15, OUT on bits 16-31) */ 107 /* Finished transactions (IN on bits 0-15, OUT on bits 16-31) */ 143 const struct udc_dwc2_config *const config = dev->config; in dwc2_init_pinctrl() 144 const struct pinctrl_dev_config *const pcfg = config->pcfg; in dwc2_init_pinctrl() 172 const struct udc_dwc2_config *const config = dev->config; in dwc2_get_base() 174 return config->base; in dwc2_get_base() [all …]
|